CT_UpdateToolPalette Complex Type
In This Topic
Diagram
Overview
|
|
showItemCaption optional xs:boolean
|
|
itemHeight optional xs:integer
|
|
itemWidth optional xs:integer
|
|
Choice 0..∞
|
|
separator optional xs:boolean
|
|
|
|
separator optional xs:boolean
|
|
| |
Used By
Attributes
Name | Type | Use | Default | Fixed | Description |
itemSizeString | ST_String Simple Type | optional | | | |
showItemCaption | xs:boolean | optional | | | |
itemHeight | xs:integer | optional | | | |
itemWidth | xs:integer | optional | | | |
Source
<xs:complexType name="CT_UpdateToolPalette" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="updateTool" type="CT_MenuButtonRef" />
<xs:element name="insertTool" type="CT_MenuButtonRef" />
<xs:element name="deleteTool" type="CT_Delete" />
</xs:choice>
<xs:attributeGroup ref="AG_UpdateDeclarativeGroup" />
<xs:attribute name="itemSizeString" type="ST_String" use="optional" />
<xs:attribute name="showItemCaption" type="xs:boolean" use="optional" />
<xs:attribute name="itemHeight" type="xs:integer" use="optional" />
<xs:attribute name="itemWidth" type="xs:integer" use="optional" />
</xs:complexType>
|
See Also