buttonState

The buttonState element specifies how the button is handled.

buttonState Element

Element Structure

The buttonState element structure is as follows:

<xs:simpleType name="buttonStateEnum">

   <xs:restriction base="xs:string">

      <xs:enumeration value="NORMAL" />

      <xs:enumeration value="SELECTED" />

      <xs:enumeration value="HIGHLIGHTED" />

      <xs:enumeration value="DISABLED" />

   </xs:restriction>

</xs:simpleType>

tog_minusSub-elements

The buttonState element contains the following sub-elements:

Name

Data Type

Comment

buttonStateEnum

string

The buttonStateEnum string options are as follows:

NORMAL

SELECTED

HIGHLIGHTED

DISABLED