2.2.2.2.3 toolbar

The toolbar element specifies information about the toolbar that is displayed when a form is loaded.

Parent Elements

server

Child Elements

commands

Attributes:

enabledBottom: This attribute specifies whether the toolbar MUST be displayed at the bottom of the form.

enabledTop: enabledBottom: This attribute specifies whether the toolbar MUST be displayed at the top of the form.

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.

 <xsd:element name="toolbar">
   <xsd:complexType>
     <xsd:sequence>
       <xsd:element ref="xsf2:commands" minOccurs="0"/>
     </xsd:sequence>
     <xsd:attribute name="enabledTop" type="xsf:xdYesNo" use="optional" default="no"/>
     <xsd:attribute name="enabledBottom" type="xsf:xdYesNo" use="optional" default="no"/>
     <xsd:anyAttribute processContents="skip"/>
   </xsd:complexType>
 </xsd:element>