|
@@ -10,7 +10,7 @@
|
|
|
-define(ELEMENT_BASE(Module), ?ELEMENT_BASE(Module,[],[])).
|
|
|
-define(ELEMENT_BASE(Module,Tag,Delegate),
|
|
|
ancestor=element, id=[], module=Module, delegate=Delegate, validation=[],
|
|
|
- validate=[], actions=[], class=[], style=[], source=[], onmouseover=[],
|
|
|
+ validate=[], actions=[], class=[], style=[], source=[], onmouseover=[], onmouseout=[],
|
|
|
onkeypress=[], onchange=[], onkeyup=[], onkeydown=[], onclick=[],
|
|
|
data_fields=[], aria_states=[], body=[], role=[], tabindex=[], show_if=true,
|
|
|
html_tag=Tag, title=[], postback=[], accesskey=[], contenteditable=[],
|