Details.MultipleSelectListWithAdminDropDownListDetail: 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 8: Line 8:
:  <DetailUIType />
:  <DetailUIType />
:  <DetailName />
:  <DetailName />
:<MultipleSelectListWithDropDownList>
:<MultipleSelectListWithAdminDropDownList>
::      <DetailValues>
::      <SelectedValues>
:::         <DetailValue />
:::     <'''SelectedValue'''>
::      </DetailValues>
::::      <Issue IssueTypeID=>
:<MultipleSelectListWithDropDownList>
:::::      <Code/>
:::::      <Description/>
::::      <Issue>
:::      <SelectedValue>
::      </'''SelectedValues'''>
:<MultipleSelectListWithAdminDropDownList>
</Detail>
</Detail>


Line 19: Line 24:


===Description===
===Description===
* The DetailValues element is required and must contain one or more DetailValue elements.
* The SelectedValues element is required and must contain one or more SelectedValue elements.
 
* The SelectedValue element must contain an existing valid issue.  


* At least one DetailValue (String) element is required.





Revision as of 16:24, 7 October 2013

XML Element

<Detail>

<DetailTypeID />
<DisplayOrder />
<DetailStep />
<DetailSpan />
<DetailUIType />
<DetailName />
<MultipleSelectListWithAdminDropDownList>
<SelectedValues>
<SelectedValue>
<Issue IssueTypeID=>
<Description/>
<Issue>
<SelectedValue>
</SelectedValues>
<MultipleSelectListWithAdminDropDownList>

</Detail>



Description

  • The SelectedValues element is required and must contain one or more SelectedValue elements.
  • The SelectedValue element must contain an existing valid issue.




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