Motorola CA50 Developer & User Manual page 515

Table of Contents

Advertisement

Commands and HTML Usage (Continued)
Table J-2
Element
<input type="Command"
name="SETCHANNEL"
options="3:Normal" id="RightSoftKey"
value="WTSetCh"/>
<input type="Command" name="SETRING"
options="\Application\Wav\LASER.WAV"
id="RightSoftKey" value="SetRing"/>
This input element allows business application developers to define a
soft key for users to set the walkie-talkie channel.
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="SETCHANNEL"
SETCHANNEL is a key word for the browser. On receiving this, the
browser instructs the UCAclient to set the walkie talkie to the channel
specified in the 'options' property
options="3:Normal"
Options is formatted as follows:
Channel:Mode
See
Device Modes on page 4-33
modes.
id="RightSoftKey"
Specifies the key that initiate the command. Valid values are
"RightSoftKey" and "LeftSoftKey".
value="WTSetCh"
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 set the ring tone for incoming calls.
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="SETRING"
SETRING is a key word for the browser. On receiving this, the browser
instructs the UCAClient to set the ring tone on the device to the tone
specified in the 'options' property
options="\Application\Wav\LASER.WAV"
Options is formatted as follows:
"ToneFilename"
This refers to the tone file that is present on the device.
id="RightSoftKey"
Specifies the key that initiate the command. Valid values are
"RightSoftKey" and "LeftSoftKey".
value="SetRing"
Text to display over the soft key specified in "id".
Commands and Uses
Description
for details about WT channels and
J - 5

Advertisement

Table of Contents
loading

Table of Contents