Specifications

Aastra July 2014 PA-001011-03-04
134
Document Object
Position
Type
Comments
Default
InputField Body
Optional
Default value to be
displayed in the input field.
Overrides the value set in
the object for the field.
Selection
InputField Body
Optional
The content of this tag will
be added when the “Submit”
key is pressed while editing
this field.
SoftKey
Body
Optional
See section 4.1 for details.
Only on 6867i, 6739i, 6755i,
6757i, 6757iCT, 6735i and
6737i.
Note: when the InputField type is set to ‘empty’, a non editable blank line replaced the
input field on the display when the XML object is in condensed mode, 2 blank lines for the
normal mode. Also an empty field is a proper field; the defaultIndex value must consider
the empty field as a plain field.
3.7.5 Examples
XML Example 1
<AastraIPPhoneInputScreen
type="string"
destroyOnExit="yes"
displayMode="condensed"
>
<Title>Restricted application</Title>
<URL>http://myserver.com/script.php</URL>
<Default/>
<InputField type="empty">
</InputField>
<InputField type="string">
<Prompt>Username:</Prompt>
<Parameter>user</Parameter>
<Selection>1</Selection>
</InputField>
<InputField type="number" password="yes">
<Prompt>Password:</Prompt>
<Parameter>passwd</Parameter>
<Selection>2</Selection>
</InputField>
<SoftKey index="10">
<Label>Exit</Label>
<URI>SoftKey:Exit</URI>
</SoftKey>
</AastraIPPhoneInputScreen>