Motorola CA50 Developer & User Manual page 522

Table of Contents

Advertisement

J - 12 CA50/UCA Client & Server Developer & User Guide
Commands and HTML Usage (Continued)
Table J-2
Element
<input type="Command" id="RightSoftKey"
name="EXITCLIENT" options="1"
value="ExitUCA"/>
<input type="Command" id="RightSoftKey"
name="DOWNLOADFILES" options=""
value="DwldFiles"/>
This input element allows business application developers to define a
soft key for users to exit the UCAClient and go to Shell menu.
input type="Command"
Command is a key word for the browser. It instructs the browser to
execute the command specified in "name" when the specified key is
pressed.
name="EXITCLIENT"
EXITCLIENT is a key word for the browser. On receiving this, the
browser instructs the UCAclient to exit itself.
options=""
This command does not take any parameters
id="RightSoftKey"
Specifies the key that initiates the command. Valid values are
"RightSoftKey" and "LeftSoftKey".
value="ExitUCA"
Text to display over the soft key specified in "id".
This input element allows business application developers to define a
soft key for users to initiate a download of files mentioned in the profile
xml associated with the user.
See
User Profile Elements on page 7-4
input type="Command"
Command is a key word for the browser. It instructs the browser to
execute the command specified in "name" when the specified key is
pressed.
name="DOWNLOADFILES"
DOWNLOADFILES is a key word for the browser. On receiving this, the
browser instructs the UCAclient to download files as mentioned in the
profile xml associated with the user.
options=""
This command does not take any parameters
id="RightSoftKey"
Specifies the key that initiates the command. Valid values are
"RightSoftKey" and "LeftSoftKey".
value="DwldFiles"
Text to display over the soft key specified in "id".
Description
more information.

Advertisement

Table of Contents
loading

Table of Contents