Preferences Schema
TABBAR Element
See Also  Send comments on this topic.
Preferences Schema : TABBAR Element

Glossary Item Box

Description

Used to specify toolbar selector settings in ArcPadPrefs.apx.

Diagram

TABBAR Element

Overview

TABBAR
Used to specify toolbar selector settings in ArcPadPrefs.apx.
applicationbutton optional Restriction of xs:string
Select to display the Quick Action button.
dock optional Restriction of xs:string
Select to dock the toolbars to the top, bottom, left or right of the map.
selector optional Restriction of xs:string
Select to display the toolbar selector.

Attributes

NameTypeUseDefaultFixedDescription
applicationbuttonRestriction of xs:stringoptionaltrue Select to display the Quick Action button.
dockRestriction of xs:stringoptionaltop Select to dock the toolbars to the top, bottom, left or right of the map.
selectorRestriction of xs:stringoptionalfalse Select to display the toolbar selector.

Source

<xs:element name="TABBAR" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Used to specify toolbar selector settings in ArcPadPrefs.apx.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute default="true" name="applicationbutton">
      <xs:annotation>
        <xs:documentation>Select to display the Quick Action button.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:enumeration value="true" />
          <xs:enumeration value="false" />
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute default="top" name="dock">
      <xs:annotation>
        <xs:documentation>Select to dock the toolbars to the top, bottom, left or right of the map.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:enumeration value="top" />
          <xs:enumeration value="bottom" />
          <xs:enumeration value="left" />
          <xs:enumeration value="right" />
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute default="false" name="selector">
      <xs:annotation>
        <xs:documentation>Select to display the toolbar selector.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:enumeration value="true" />
          <xs:enumeration value="false" />
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>

See Also

© 2013 All Rights Reserved.