events
attributes for common UI events onclick a pointer button was clicked ondblclick a pointer button was double clicked onmousedown a pointer button was pressed down onmouseup a pointer button was released onmousemove a pointer was moved onto the element onmouseout a pointer was moved away from the element onkeypress a key was pressed and released onkeydown a key was pressed down onkeyup a key was released
Attribute group information
Namespace: http://www.w3.org/1999/xhtml
Schema document: xhtml1-frameset.xsd
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
onclick | [0..1] | Script | ||
ondblclick | [0..1] | Script | ||
onmousedown | [0..1] | Script | ||
onmouseup | [0..1] | Script | ||
onmouseover | [0..1] | Script | ||
onmousemove | [0..1] | Script | ||
onmouseout | [0..1] | Script | ||
onkeypress | [0..1] | Script | ||
onkeydown | [0..1] | Script | ||
onkeyup | [0..1] | Script |