BEA WebLogic Server 9.0 Portal Support Schema Reference

http://www.w3.org/1999/xhtml-netuix-modified/1.0.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
 Script_onclick
          
 Script_ondblclick
          
 Script_onkeydown
          
 Script_onkeypress
          
 Script_onkeyup
          
 Script_onmousedown
          
 Script_onmousemove
          
 Script_onmouseout
          
 Script_onmouseover
          
 Script_onmouseup
          

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>

BEA WebLogic Server 9.0 Portal Support Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation