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

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -