Best practice for overriding classes / properties in ExtJS?
For clarification: By real class modification I mean a intended permanent modification/extension of a class, which should always be done by extending a class. But it is not a temporary solution for just a specific problem (bug-fix, etc.). You have at least four options how to override members of (Ext) Classes prototype I guess is … Read more