Skip to content
This repository has been archived by the owner on Oct 6, 2022. It is now read-only.

Latest commit

 

History

History
19 lines (16 loc) · 660 Bytes

api_data_shortcut.md

File metadata and controls

19 lines (16 loc) · 660 Bytes

data-shortcut Attribute

"data-shortcut" is established as one of HTML5 custom attributes to control behaviors of button elements at client. 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