Instanciate a class with a given id in ExtJS
- by Miller
Hello,
I would like to know if it is possible to instanciate a class by its id .
For example we have a class extending Ext.grid.GridPanel with an id property, is it possible to instanciate the class just knowing his id (which is the component id in this case) ?