Desktop User Guides > Professional > Interview scripting > Interview scripting reference > Template XML schema > mrNavButton Element
 
mrNavButton Element
Insertion marker for a navigation button
Attributes for mrNavButton
Disabled
The file name of the disabled button image. The layout template image overrides any image specified in the Player XML.
Use: optional
Valid values: string
Enabled
The file name of the enabled button image. The layout template image overrides any image specified in the Player XML.
Use: optional
Valid values: string
Name
Use: required
Valid values: Next, Prev, First, Last, Stop, Goto
Text
The navigation button text.
Use: optional
Valid values: string
XML representation
<xs:element name="mrNavButton">
  <xs:attribute name="Name" type="NavButtonTypes" use="required">
    <xs:enumeration value="Next"/>
    <xs:enumeration value="Prev"/>
    <xs:enumeration value="First"/>
    <xs:enumeration value="Last"/>
    <xs:enumeration value="Stop"/>
    <xs:enumeration value="Goto"/>
  </xs:attribute>
  <xs:attribute name="Text" type="xs:string" use="optional"/>
  <xs:attribute name="Enabled" type="xs:string" use="optional"/>
  <xs:attribute name="Disabled" type="xs:string" use="optional"/>
</xs:element>
See also
Template XML schema