I am looking for an equivalent method to select a class element like this $ (". ClassName") in JQuery for ExtJS.
I understand that Ext.get () only accepts an identifier. Your help will be greatly appreciated.
Cheers, Mickey
Edited by:
Let me explain further. I want to do something like Ext.get after I have done "select". For example:
$(".className").css("width");
I understand that Ext.Element has a getWidth () method. I was hoping I could do something like ...
Ext.select(".className").getWidth();
Maybe I do not understand this well.
Thank you, my dear.
extjs
Mickey cheong
source share