http://maven.apache.org/XDOC/2.0
attributeGroup events

Documentation
      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
      
Properties
This component is not nillable.

Model

  onclick = Script
  ondblclick = Script
  onkeydown = Script
  onkeypress = Script
  onkeyup = Script
  onmousedown = Script
  onmousemove = Script
  onmouseout = Script
  onmouseover = Script
  onmouseup = Script



Attribute Summary
 Scriptonclick
          
 Scriptondblclick
          
 Scriptonkeydown
          
 Scriptonkeypress
          
 Scriptonkeyup
          
 Scriptonmousedown
          
 Scriptonmousemove
          
 Scriptonmouseout
          
 Scriptonmouseover
          
 Scriptonmouseup
          

Attribute Detail

onclick

Type:
Script
Use:
optional
Form:
unqualified

ondblclick

Type:
Script
Use:
optional
Form:
unqualified

onkeydown

Type:
Script
Use:
optional
Form:
unqualified

onkeypress

Type:
Script
Use:
optional
Form:
unqualified

onkeyup

Type:
Script
Use:
optional
Form:
unqualified

onmousedown

Type:
Script
Use:
optional
Form:
unqualified

onmousemove

Type:
Script
Use:
optional
Form:
unqualified

onmouseout

Type:
Script
Use:
optional
Form:
unqualified

onmouseover

Type:
Script
Use:
optional
Form:
unqualified

onmouseup

Type:
Script
Use:
optional
Form:
unqualified

Source
<xs:attributeGroup name="events">
<xs:attribute name="onclick" type="Script"/>
<xs:attribute name="ondblclick" type="Script"/>
<xs:attribute name="onmousedown" type="Script"/>
<xs:attribute name="onmouseup" type="Script"/>
<xs:attribute name="onmouseover" type="Script"/>
<xs:attribute name="onmousemove" type="Script"/>
<xs:attribute name="onmouseout" type="Script"/>
<xs:attribute name="onkeypress" type="Script"/>
<xs:attribute name="onkeydown" type="Script"/>
<xs:attribute name="onkeyup" type="Script"/>
</xs:attributeGroup>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.