Hybrid View
-
18 Apr 2012 2:02 PM #1
Unanswered: Fire Events with Ext Core
Unanswered: Fire Events with Ext Core
How might I fire an event with Ext Core.
<input id="myButton" type="button" />
In jQuery I would: $("#myButton").click();
How might I do this in Ext? Ext.get('myButton')???
Thanks
-
18 Apr 2012 4:28 PM #2


Reply With Quote