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 -

ASP.NET Javascript: window.open won't work twice -

jquery - Opera does not change the height of the page. Why? -