Tagged Questions

0
votes
1answer
960 views

dojo: inheritance with default value - the mixin doesn't happen

I wish to declare a new dojo class inheriting from an existing dojo class, but with my own choice of default values for the class's properties. (The user can still override those values.) I am ...