keyNavigation:keyNavigationAttrs

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
focusBorderColor keyNavigation:colorPrototype optional
focusBorderTransparency string optional
focusBorderWidth string optional
focusIndex positiveInteger optional
focusSelSrc string optional
focusSrc string optional
moveDown positiveInteger optional
moveLeft positiveInteger optional
moveRight positiveInteger optional
moveUp positiveInteger optional
selBorderColor keyNavigation:colorPrototype optional

Used By

Complex Type profile:descriptorType

Source

<attributeGroup name="keyNavigationAttrs">
  <attribute name="moveLeft" type="positiveInteger" use="optional"/>
  <attribute name="moveRight" type="positiveInteger" use="optional"/>
  <attribute name="moveUp" type="positiveInteger" use="optional"/>
  <attribute name="moveDown" type="positiveInteger" use="optional"/>
  <attribute name="focusIndex" type="positiveInteger" use="optional"/>
  <attribute name="focusBorderColor" type="keyNavigation:colorPrototype" use="optional"/>
  <attribute name="focusBorderWidth" type="string" use="optional"/>
  <attribute name="focusBorderTransparency" type="string" use="optional"/>
  <attribute name="focusSrc" type="string" use="optional"/>
  <attribute name="focusSelSrc" type="string" use="optional"/>
  <attribute name="selBorderColor" type="keyNavigation:colorPrototype" use="optional"/>
</attributeGroup>