Motorola CA50 Developer & User Manual page 519

Table of Contents

Advertisement

Commands and HTML Usage (Continued)
Table J-2
Element
<input type="Command" id="RightSoftKey"
name="QUIETMODE" options=""
value="DND"/>
<input type="Command"
name="POWEROFF" options=""
id="RightSoftKey" value="PowerOff"/>
This input element allows business application developers to define a
soft key for users to put the device in Do not disturb mode.
See
Device Modes on page 4-33
modes.
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="QUIETMODE"
QUIETMODE is a key word for the browser. On receiving this, the
browser instructs the UCAclient to set the Do not disturb mode on.
options=""
This command does not take any parameters.
id="RightSoftKey"
Specifies the key that initiates the command. Valid values are
"RightSoftKey" and "LeftSoftKey".
value="DND"
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 power off 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="POWEROFF"
POWEROFF is a key word for the browser. On receiving this, the
browser instructs the UCAclient to power off 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="PowerOff"
Text to display over the soft key specified in "id".
Commands and Uses
Description
for details about WT channels and
J - 9

Advertisement

Table of Contents
loading

Table of Contents