c01.fm
18. May 2006
optiPoint application module - XML Applications, Developer’s Guide
16
XML Object Reference
Command
Syntax
<IppCommand Type="SELECT|BACK|UPDATE|SCREEN" Priority="[Number]" Au-
to="[Number]" Key="[Key]" Value="[Value]">
<Label> </Label>
<ScreenID> </ScreenID>
</IppCommand>
Child elements
•
Label
Contains the label for the softkey.
•
ScreenID
Indicates which screen should be accessed next.
Example
<?xml version="1.0" encoding="UTF-8" ?>
<IppDisplay>
<IppScreen ID="1" HiddenCount="0" CommandCount="1">
<IppTextBox MaxSize="30" Constraint="ANY" Default="TEXT"
Key="TB1">
<Title>Textbox Title</Title>
<Text>add your text here...</Text>
<Url>http://subdomain.domain/path/program</Url>
</IppTextBox>
<IppCommand Type="SELECT" Priority="0">
<Label>Select</Label>
<ScreenID>1</ScreenID>
</IppCommand>
</IppScreen>
</IppDisplay>
>
Multiple occurrences of a type can appear on a screen as long as each occurrence
is uniquely distinguishable. If two or more occurrences are not distinguishable from
each other, the second as well as any further occurrences are ignored.
>
If the
Type
attribute is missing or has an invalid value, it is not displayed. If the
<La-
bel>
child element is missing, a softkey is displayed with the English language data
for the command type instead of a label.