Motorola CA50 Developer & User Manual page 517

Table of Contents

Advertisement

Commands and HTML Usage (Continued)
Table J-2
Element
<input type="Command"
name="PHONEHOLD" options=""
id="RightSoftKey" value="Hold"/>
<input type="Command"
name="PHONERESUME" options=""
id="RightSoftKey" value="UnHold"/>
This input element allows business application developers to define a
soft key for users to put an active call on hold.
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="PHONEHOLD"
PHONEHOLD is a key word for the browser. On receiving this, the
browser instructs the UCAclient to put the active call on Hold
options=" "
This command does not take any parameter.
id="RightSoftKey"
Specifies the key that initiate the command. Valid values are
"RightSoftKey" and "LeftSoftKey".
value="Hold"
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 resume the call previously put on hold.
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="PHONERESUME"
PHONERESUME is a key word for the browser. On receiving this, the
browser instructs the UCAclient to resume the call previously put on
'Hold'
options=" "
This command does not take any parameter.
id="RightSoftKey"
Specifies the key that initiate the command. Valid values are
"RightSoftKey" and "LeftSoftKey".
value="UnHold"
Text to display over the soft key specified in "id".
Commands and Uses
Description
J - 7

Advertisement

Table of Contents
loading

Table of Contents