Field Show
variable field show
Header text | Header text |
---|---|
Description | Field_Process |
Section1 | Variable |
Section2 | Field_Show |
FieldName | Example |
Example | |
MIN | Example |
MAX | Example |
value3 | ["AAA"+'Field1'] |
P3 (color) | $FF0000 |
P4 (fontSize) | 25 |
Example | Example |
- [color #]
- Black = $000000
- Maroon =$000080
- Green = $008000
- Olive = $008080
- Navy = $800000
- Purple = $800080
- Teal = $808000
- Gray = $808080
- Silver = $C0C0C0
- Red = $0000FF
- Lime = $00FF00
- Yellow = $00FFFF
- Blue = $FF0000
- Fuchsia = $FF00FF
- Aqua = $FFFF00
- LtGray = $C0C0C0
- DkGray = $808080
- White = $FFFFFF
Example: Scrip call and back
copy xml contents and paste to scrip editor
<Item> <Text> </Text> <Description> field_show</Description> <ItemType> 2</ItemType> <Skip> 1</Skip> <ItemSection1> variable</ItemSection1> <ItemSection2> field_show</ItemSection2> <ItemCommand> 1</ItemCommand> <FailAction> </FailAction> <FieldName> </FieldName> <FieldNumber> </FieldNumber> <ErrorCode> </ErrorCode> <RetryTimes> 0</RetryTimes> <RetryDelay> 0</RetryDelay> <Process> </Process> <FieldType> </FieldType> <Parameter> <i1> <Content></Content> <Description>Min</Description> </i1> <i2> <Content></Content> <Description>Max</Description> </i2> <i3> <Content>["half char"]</Content> <Description>Value3</Description> </i3> <i4> <Content>$FF00FF</Content> <Description>Value4</Description> </i4> <i5> <Content>35</Content> <Description>Value5</Description> </i5> </Parameter> </Item>