ArcGIS Pro DAML Schema
ArcGIS Pro DAML Schema / CT_DynamicMenu Complex Type
In This Topic
    CT_DynamicMenu Complex Type
    In This Topic
    Namespace http://schemas.esri.com/DADF/Registry
    Diagram
    content Element disabledText Element Sequence tooltip Element Sequence CT_DynamicMenu Complex Type
    Overview
    condition optional ST_ID Simple Type
    smallImage optional ST_Uri Simple Type
    largeImage optional ST_Uri Simple Type
    loadOnClick optional xs:boolean
    autoDisableWhenPopupContentIsDisabled optional xs:boolean
    Sequence optional
    image optional ST_Uri Simple Type
    heading optional xs:string
    Sequence optional
    content optional
    Used By
    Attributes
    NameTypeUseDefaultFixedDescription
    conditionST_ID Simple Typeoptional   
    smallImageST_Uri Simple Typeoptional   
    largeImageST_Uri Simple Typeoptional   
    loadOnClickxs:booleanoptionaltrue  
    autoDisableWhenPopupContentIsDisabledxs:booleanoptionaltrue  
    Source
    <xs:complexType name="CT_DynamicMenu" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:sequence minOccurs="0" maxOccurs="1">
        <xs:element name="tooltip" type="CT_Tooltip" minOccurs="0" />
        <xs:element name="content" minOccurs="0" />
      </xs:sequence>
      <xs:attributeGroup ref="componentGroup" />
      <xs:attribute name="condition" type="ST_ID" use="optional" />
      <xs:attribute name="smallImage" type="ST_Uri" use="optional" />
      <xs:attribute name="largeImage" type="ST_Uri" use="optional" />
      <xs:attribute name="loadOnClick" type="xs:boolean" use="optional" default="true" />
      <xs:attribute name="autoDisableWhenPopupContentIsDisabled" type="xs:boolean" use="optional" default="true" />
    </xs:complexType>
    See Also