The button element specifies how a button is displayed.

Button Element

Element Structure

The button element structure is as follows:

<xs:complexType name="button">

   <xs:sequence>

      <xs:element name="id" type="xs:string" />

      <xs:element name="buttonStateEnum" type="tns:buttonState" />

      <xs:element name="buttonVisible" type="xs:boolean" />

      <xs:element name="buttonLabel" type="xs:string" />

      <xs:element name="buttonAction" type="xs:string" />

      <xs:element name="buttonImageName" type="xs:string" />

   </xs:sequence>

</xs:complexType>

tog_minusSub-elements

The button element contains the following sub-elements:

Name

Data Type

Comment

id

string

Defines the id element as a string value.

buttonStateEnum

buttonState

Specifies whether the button is displayed or hidden.

buttonVisible

boolean

Gets or sets a value representing whether the button is visible.

buttonLabel

string

Specifies the displayed button name.

buttonAction

string

Specifies the displayed button action.

buttonImage

string

Specifies an image illustrating the button.