![Siemens HiPath optiPoint 410 Developer'S Manual Download Page 30](http://html.mh-extra.com/html/siemens/hipath-optipoint-410/hipath-optipoint-410_developers-manual_377163030.webp)
XML Object Reference
18. May 2006
29
optiPoint application module - XML Applications, Developer’s Guide
c01.fm
Hidden
Syntax
<IppHidden Type="VALUE|PHONENUMBER|IPADDRESS" Key="[Key]">
<Value> </Value>
</IppHidden>
Child elements
•
Value
This contains the value that is sent to the server. Together with the
Key
attribute of the
Ip-
pHidden
element, the content of
Value
builds a key/value pair.
Example
<?xml version="1.0" encoding="UTF-8" ?>
<IppDisplay>
<IppScreen ID="1" HiddenCount="1" CommandCount="1">
<IppTextBox MaxSize="30" Constraint="ANY" Default="TEXT"
Key="TB1">
<Title>Title</Title>
<Text>TextBox</Text>
<Url>http://subdomain.domain/path/program</Url>
</IppTextBox>
<IppCommand Type="SELECT" Priority="0">
<Label>Select</Label>
<ScreenID>1</ScreenID>
</IppCommand>
<IppHidden Type="VALUE" Key="H1">
<Value>V1</Value>
</IppHidden>
</IppScreen>
</IppDisplay>