Instanciate a class with a given id in ExtJS
Posted
by Miller
on Stack Overflow
See other posts from Stack Overflow
or by Miller
Published on 2010-04-06T09:28:39Z
Indexed on
2010/04/06
9:33 UTC
Read the original article
Hit count: 249
JavaScript
|extjs
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) ?
© Stack Overflow or respective owner