Details.TextFieldAlphaNumericDetail: Difference between revisions
Jump to navigation
Jump to search
John Leavitt (talk | contribs) No edit summary |
John Leavitt (talk | contribs) No edit summary |
||
Line 17: | Line 17: | ||
===Description=== | ===Description=== | ||
* The Value (String) element is required. Maximum of 254 characters allowed | * The Value (String) element is required. Maximum of 254 characters allowed | ||
Revision as of 16:30, 4 October 2013
XML Element
<Detail>
- <DetailTypeID />
- <DisplayOrder />
- <DetailStep />
- <DetailSpan />
- <DetailUIType />
- <DetailName />
- <AlphaNumeric>
- <Value />
- </AlphaNumeric>
</Detail>
Description
- The Value (String) element is required. Maximum of 254 characters allowed
Detail Sample
<Detail> <DetailTypeID> 100 </DetailTypeID> <DisplayOrder> 8 </DisplayOrder> <DetailStep> 5 </DetailStep> <DetailSpan> No </DetailSpan> <DetailUIType> TextFieldAlphaNumericDetail}} </DetailUIType> <DetailName> Example Alpha Numeric Detail </DetailName> <AlphaNumeric> <Value> {{Template:XFRACAS.Black|Example text </Value> </AlphaNumeric> </Detail