|
|
(One intermediate revision by one other user not shown) |
Line 1: |
Line 1: |
| {{Template:XFRACAS.XML.Import.Doc.Class|Insert Details|Insert Details}}
| | #REDIRECT[[XFRACAS_XML_Import_Documentation]] |
| ===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===
| |
| | |
| :{{Template:XFRACAS.Blue|<Detail>}}
| |
| ::<font color=Blue><DetailTypeID></font><font color=1099>1017</font><font color=Blue></DetailTypeID></font>
| |
| ::<font color=Blue><DisplayOrder></font><font color=100>13</font><font color=Blue></DisplayOrder></font>
| |
| ::<font color=Blue><DetailStep></font><font color=100>5</font><font color=Blue></DetailStep></font>
| |
| ::{{Template:XFRACAS.Blue|<DetailSpan>}}{{Template:XFRACAS.Black|No}}{{Template:XFRACAS.Blue|</DetailSpan>}}
| |
| ::{{Template:XFRACAS.Blue|<DetailUIType>}}{{Template:XFRACAS.Black|CheckBoxDetail}}{{Template:XFRACAS.Blue|</DetailUIType>}}
| |
| ::{{Template:XFRACAS.Blue|<DetailName>}}{{Template:XFRACAS.Black|Example Checkbox }}{{Template:XFRACAS.Blue|</DetailName>}}
| |
| ::{{Template:XFRACAS.Blue|<CheckBox>}}
| |
| :::<font color=Blue><Value></font><font color=100>Yes</font><font color=Blue></Value></font>
| |
| ::{{Template:XFRACAS.Blue|</CheckBox>}}
| |
| :{{Template:XFRACAS.Blue|</Detail}}
| |