|
@@ -15,7 +15,9 @@
|
|
data_fields=[], aria_states=[], body=[], role=[], tabindex=[], show_if=true,
|
|
data_fields=[], aria_states=[], body=[], role=[], tabindex=[], show_if=true,
|
|
html_tag=Tag, title=[], postback=[], accesskey=[], contenteditable=[],
|
|
html_tag=Tag, title=[], postback=[], accesskey=[], contenteditable=[],
|
|
contextmenu=[], dir=[], draggable=[], dropzone=[], hidden=[], lang=[],
|
|
contextmenu=[], dir=[], draggable=[], dropzone=[], hidden=[], lang=[],
|
|
- spellcheck=[], translate=[], onblur=[], onerror=[], onfocus=[], onmessage=[], onresize=[]).
|
|
|
|
|
|
+ spellcheck=[], translate=[], onblur=[], onerror=[], onfocus=[],
|
|
|
|
+ onmessage=[], onresize=[]).
|
|
|
|
+
|
|
-define(ACTION_BASE(Module), ancestor=action, trigger=[], target=[], module=Module, actions=[], source=[]).
|
|
-define(ACTION_BASE(Module), ancestor=action, trigger=[], target=[], module=Module, actions=[], source=[]).
|
|
-define(CTRL_BASE(Module), ?ELEMENT_BASE(Module,[],Module)).
|
|
-define(CTRL_BASE(Module), ?ELEMENT_BASE(Module,[],Module)).
|
|
|
|
|