Details.RadioButtonsYesNoDetail: Difference between revisions
Jump to navigation
Jump to search
John Leavitt (talk | contribs) m (Protected "Details.RadioButtonsYesNoDetail" ([edit=sysop] (indefinite) [move=sysop] (indefinite))) |
John Leavitt (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
{{Template:XFRACAS.XML.Import.Doc.Class|Details|Details}} | {{Template:XFRACAS.XML.Import.Doc.Class|Insert Details|Insert Details}} | ||
===XML Element=== | ===XML Element=== | ||
<Detail> | <Detail> | ||
Line 16: | Line 16: | ||
===Description=== | ===Description=== | ||
* Yes / No Options Buttons Detail | |||
* DetailUIType: RadioButtonsYesNoDetail | |||
* The Value element is required. It must contain the value “Yes” or “No” or it will not be imported. | * The Value element is required. It must contain the value “Yes” or “No” or it will not be imported. | ||
Revision as of 18:58, 19 September 2014
XML Element
<Detail>
- <DetailTypeID />
- <DisplayOrder />
- <DetailStep />
- <DetailSpan />
- <DetailUIType />
- <DetailName />
- <RadioYesNo>
- <Value/>
- </RadioYesNo>
</Detail>
Description
- Yes / No Options Buttons Detail
- DetailUIType: RadioButtonsYesNoDetail
- The Value element is required. It must contain the value “Yes” or “No” or it will not be imported.
Detail Sample
<Detail> <DetailTypeID> 1025 </DetailTypeID> <DisplayOrder> 29 </DisplayOrder> <DetailStep> 5 </DetailStep> <DetailSpan> No </DetailSpan> <DetailUIType> RadioButtonsYesNoDetail </DetailUIType> <DetailName> Example Multiple Select List </DetailName> <RadioYesNo> <DetailName> Yes/No Example </DetailName> </RadioYesNo> <Value> Yes </Value> </Detail