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

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -

objective c - Newbie question -multiple parameters -