Details.CheckBoxDetail: Difference between revisions
Jump to navigation
Jump to search
John Leavitt (talk | contribs) m (Protected "Details.CheckBoxDetail" ([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=== | ||
* Check Box Detail | |||
* DetailUIType: CheckBoxDetail | |||
* The Value element is required. | * The Value element is required. | ||
** It must contain the value “Yes” or “No” or it will not be imported. | ** It must contain the value “Yes” or “No” or it will not be imported. |
Revision as of 18:56, 19 September 2014
XML Element
<Detail>
- <DetailTypeID />
- <DisplayOrder />
- <DetailStep />
- <DetailSpan />
- <DetailUIType />
- <DetailName />
- <CheckBox>
- <Value />
- </CheckBox>
</Detail>
Description
- Check Box Detail
- DetailUIType: CheckBoxDetail
- The Value element is required.
- It must contain the value “Yes” or “No” or it will not be imported.
Detail Sample
<Detail> <DetailTypeID> 1009 </DetailTypeID> <DisplayOrder> 13 </DisplayOrder> <DetailStep> 5 </DetailStep> <DetailSpan> No </DetailSpan> <DetailUIType> CheckBoxDetail </DetailUIType> <DetailName> Example Checkbox </DetailName> <CheckBox> <Value> yes </Value> </CheckBox> </Detail