http://maven.apache.org/FML/1.0.1
attributeGroup focus

Documentation
      attributes for elements that can get the focus
      accesskey   accessibility key character
      tabindex    position in tabbing order
      onfocus     the element got the focus
      onblur      the element lost the focus
      
Properties
This component is not nillable.

Model

  accesskey = Character
  onblur = Script
  onfocus = Script
  tabindex = tabindexNumber



Attribute Summary
 Characteraccesskey
          
 Scriptonblur
          
 Scriptonfocus
          
 tabindexNumbertabindex
          

Attribute Detail

accesskey

Type:
Character
Use:
optional
Form:
unqualified

onblur

Type:
Script
Use:
optional
Form:
unqualified

onfocus

Type:
Script
Use:
optional
Form:
unqualified

tabindex

Type:
tabindexNumber
Use:
optional
Form:
unqualified

Source
<xs:attributeGroup name="focus">
<xs:attribute name="accesskey" type="Character"/>
<xs:attribute name="tabindex" type="tabindexNumber"/>
<xs:attribute name="onfocus" type="Script"/>
<xs:attribute name="onblur" type="Script"/>
</xs:attributeGroup>


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