onKeyPress
occurs when keyboard key is pressed for the control in focus
void onKeyPress(number code,event e);
| code | number | key code |
| e | event | event object |
Example
text.attachEvent("onKeyPress", function(code, e){
//code
});
See also
Back to top
If you have not checked yet, be sure to visit site of our main product Webix
js frameworks and page of
list ui product.