Extjs keyboard listening

Source: Internet
Author: User
VarmapnewExt. util. keyMap ({target: & amp; #39; adRuleView & amp; #39;, // target can be a constructed id with single quotation marks // target: brUnitRuleGrid. addRuleWindow, // target can be the variable name binding: [{// bind the keyboard... var map = new Ext. util. keyMap ({
Target: 'adrulesview', // target can be a constructed id with single quotation marks
// Target: brUnitRuleGrid. addRuleWindow, // target can be the variable name
Binding: [{// bind the keyboard event www.2cto.com
Key: Ext. EventObject. ESC,
Fn: function () {alert ("sss") ;}// the test content is displayed.
Fn: function () {brUnitRuleGrid. addRuleWindow. close () ;}// close the dialog box
}]
});
Note: The above is a test, and extjs automatically closes the window popped up by pressing esc.
The following example shows how to log on when you press Enter.
Ext. create ('ext. util. keynav', 'loginwindow ',{
Scope: loginWindow,
Enter: function (){
If (Ext. getCmp ('loginform'). getForm (). isValid ()){
LoginSubmit ();
}
}
});
Author: woshiyjk
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.