Can any body tell how to implement focus and blur method in sencha touch for ios
I have tried this way
Ext.getComponent('txtName').focus();
Thanks
Can any body tell how to implement focus and blur method in sencha touch for ios
I have tried this way
Ext.getComponent('txtName').focus();
Thanks
If your textfield looks like this:
You can select it then with ComponentQuery: