Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 507 Bytes

api_data_shortcut.md

File metadata and controls

19 lines (14 loc) · 507 Bytes

data-shortcut Attribute

data-shortcut is established as one of HTML5 custom attributes to control behaviors of button elements at client. The EFW framework will add shortcut behaviors to button elements by data-shortcut attributes when page-loading.

Sample for JSP

<input type="button" data-shortcut="F1">
<input type="button" data-shortcut="CTRL+A">
<input type="button" data-shortcut="ALT+Z">

API

Shortcut Key
F1 ... F12
CTRL+A ... CTRL+Z
ALT+A ... ALT+Z