Motorola CA50 Developer & User Manual page 520

Table of Contents

Advertisement

J - 10 CA50/UCA Client & Server Developer & User Guide
Commands and HTML Usage (Continued)
Table J-2
Element
<input type="Command" id="RightSoftKey"
name="REBOOT" options=""
value="Reboot"/>
<input type="Command" id="RightSoftKey"
name="ABOUT" options=""
value="About"/>
This input element allows business application developers to define a
soft key for users to cold boot the device.
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="REBOOT"
REBOOT is a key word for the browser. On receiving this, the browser
instructs the UCAclient to cold boot the device
options=""
This command does not take any parameters.
id="RightSoftKey"
Specifies the key that initiates the command. Valid values are
"RightSoftKey" and "LeftSoftKey".
value="Reboot"
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 display the 'About' information for the UCAClient. It
shows the UCAClient version information.
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="ABOUT"
ABOUT is a key word for the browser. On receiving this, the browser
instructs the UCAclient to display it's 'About' window
options=""
This command does not take any parameters.
id="RightSoftKey"
Specifies the key that initiates the command. Valid values are
"RightSoftKey" and "LeftSoftKey".
value="About"
Text to display over the soft key specified in "id".
Description

Advertisement

Table of Contents
loading

Table of Contents