The buttonState element specifies how the button is handled.
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> |
The buttonState element contains the following sub-elements:
|