Development tools : Keyboard support : Keyboard support in XUI/Page : ECA enhancement
  
ECA enhancement
Event
Three events:
onKeyUp
onKeyDown
onKeyPress
Note The supported key should not be out of the scope of browser. For example, onKeyUp and onKeyDown support most keys in the list, but in most browsers, onKeyPress is only fired when the user presses an alphanumeric key(include uppercase letters, lowercase letters, numbers, symbols, punctuation characters, and the ESC, SPACE, and ENTER keys).
This graphic is described in the surrounding text.
Condition
Add Expressions to tell the key status (key combination) in the Condition of ECA.
It has following properties:
keyCode
altKey : false,
ctrlKey : false,
shiftKey : false,
metaKey : false.
This graphic is described in the surrounding text.
This graphic is described in the surrounding text.
Action
Add Inline Script in the Action of ECA.
This graphic is described in the surrounding text.
Use Stop event pagination to determine whether stop event bubble or not (default is not).
This graphic is described in the surrounding text.
Go up to
Keyboard support in XUI/Page