Details.MultipleSelectListWithDropDownListDetail: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
(Created page with '{{Template:XFRACAS.XML.Import.Doc.Class|Details|Details}} ===XML Element=== <Detail> : <DetailTypeID /> : <DisplayOrder /> : <DetailStep /> : <DetailSpan /> : <DetailUIType …')
 
No edit summary
Line 10: Line 10:
:<MultipleSelectListWithDropDownList>
:<MultipleSelectListWithDropDownList>
::      <DetailValues>
::      <DetailValues>
:::          <DetailValue />
:::          <'''DetailValue''' />
::      </DetailValues>
::      </DetailValues>
:<MultipleSelectListWithDropDownList>
:<MultipleSelectListWithDropDownList>

Revision as of 17:20, 25 October 2013

XML Element

<Detail>

<DetailTypeID />
<DisplayOrder />
<DetailStep />
<DetailSpan />
<DetailUIType />
<DetailName />
<MultipleSelectListWithDropDownList>
<DetailValues>
<DetailValue />
</DetailValues>
<MultipleSelectListWithDropDownList>

</Detail>



Description

  • The DetailValues element is required and must contain one or more DetailValue elements.
  • At least one DetailValue (String) element is required.




Detail Sample

      <Detail> 
        <DetailTypeID>  938  </DetailTypeID> 
        <DisplayOrder>  3  </DisplayOrder> 
        <DetailStep>  5  </DetailStep> 
        <DetailSpan>  No  </DetailSpan> 
        <DetailUIType>  MultipleSelectListWithDropDownListDetail  </DetailUIType> 
        <DetailName>  Example Multiple Select List with Dropdown  </DetailName> 
        <MultipleSelectListWithDropDownList> 
          <DetailValues> 
            <DetailValue>  Value A  <DetailValue> 
            <DetailValue>  Value B  <DetailValue> 
          </DetailValues> 
        </MultipleSelectListWithDropDownList> 
      </Detail