ldadams
18 Apr 2012, 2:02 PM
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
<input id="myButton" type="button" />
In jQuery I would: $("#myButton").click();
How might I do this in Ext? Ext.get('myButton')???
Thanks