Last active
July 3, 2018 17:30
-
-
Save sharelov-eames/67a8ee787c7acf4dac003ff8a8c75118 to your computer and use it in GitHub Desktop.
Javascript HTML Attributes PHP array
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $jsAttributes = array( | |
| 'onabort', | |
| 'onactivate', | |
| 'onafterprint', | |
| 'onafterupdate', | |
| 'onbeforeactivate', | |
| 'onbeforecopy', | |
| 'onbeforecut', | |
| 'onbeforedeactivate', | |
| 'onbeforeeditfocus', | |
| 'onbeforepaste', | |
| 'onbeforeprint', | |
| 'onbeforeunload', | |
| 'onbeforeupdate', | |
| 'onblur', | |
| 'onbounce', | |
| 'oncellchange', | |
| 'onchange', | |
| 'onclick', | |
| 'oncontextmenu', | |
| 'oncontrolselect', | |
| 'oncopy', | |
| 'oncut', | |
| 'ondataavaible', | |
| 'ondatasetchanged', | |
| 'ondatasetcomplete', | |
| 'ondblclick', | |
| 'ondeactivate', | |
| 'ondrag', | |
| 'ondragdrop', | |
| 'ondragend', | |
| 'ondragenter', | |
| 'ondragleave', | |
| 'ondragover', | |
| 'ondragstart', | |
| 'ondrop', | |
| 'onerror', | |
| 'onerrorupdate', | |
| 'onfilterupdate', | |
| 'onfinish', | |
| 'onfocus', | |
| 'onfocusin', | |
| 'onfocusout', | |
| 'onhelp', | |
| 'onkeydown', | |
| 'onkeypress', | |
| 'onkeyup', | |
| 'onlayoutcomplete', | |
| 'onload', | |
| 'onlosecapture', | |
| 'onmousedown', | |
| 'onmouseenter', | |
| 'onmouseleave', | |
| 'onmousemove', | |
| 'onmoveout', | |
| 'onmouseover', | |
| 'onmouseup', | |
| 'onmousewheel', | |
| 'onmove', | |
| 'onmoveend', | |
| 'onmovestart', | |
| 'onpaste', | |
| 'onpropertychange', | |
| 'onreadystatechange', | |
| 'onreset', | |
| 'onresize', | |
| 'onresizeend', | |
| 'onresizestart', | |
| 'onrowexit', | |
| 'onrowsdelete', | |
| 'onrowsinserted', | |
| 'onscroll', | |
| 'onselect', | |
| 'onselectionchange', | |
| 'onselectstart', | |
| 'onstart', | |
| 'onstop', | |
| 'onsubmit', | |
| 'onunload' | |
| ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment