- Google+ Tools
-
Make Google+ profile picture
Make Google plus banners for profile
Create and share your Google Plus profile banners.
- Add a return key press event to an Ext textbox
- Language
- JavaScript
- Tags
- TextBox OnReturnKeyDown event
Ext TextBox OnReturnKeyDown event
//add an 'OnReturnKey' event to the text box
txtFrmID = simple.findField('formID');
txtFrmID.getEl().addListener('keydown', function(event){
if (event.getKey() == Ext.EventObject.RETURN){
getInfo();
}
Comments
blog comments powered by Disqus