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

Popular posts from this blog

iphone - Using nested NSDictionary with Picker -

iphone - Pop a UIViewController containing a UITabBarController off of a UINavigationController -

objective c - Newbie question -multiple parameters -