extjs - Using Html Id in ExtJS4 -
i new extjs4.may know how html id in extjs4.if have sample please share me.
in extjs4 can dom node it's id using:
ext.domquery.selectnode('#example_div');
or using oldschool js:
document.getelementbyid('example_div');
Comments
Post a Comment