Commands Usage In Business Applications (Html Pages - Motorola CA50 Developer & User Manual

Table of Contents

Advertisement

J - 4
CA50/UCA Client & Server Developer & User Guide

Commands Usage in Business Applications (HTML Pages)

Commands can be used in HTML based business applications to perform various user based functions. For
example, a user can make a phone call from the business application.
This section describes how to embed commands as part of business applications.
Commands and HTML Usage
Table J-2
Element
<input type="Command"
name="SETSCANMODE" options=""
id="RightSoftKey" value="WTScan"/>
This input element allows business application developers to define a
soft key for users to set the Walkie-Talkie in Scan mode.
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="SETSCANMODE"
SETSCANMODE is a key word for the browser. On receiving this, the
browser instructs the UCAclient to set the walkie talkie to Scan mode
options=""
This command does not take any parameters.
id="RightSoftKey"
Specifies the key that initiate the command. Valid values are
"RightSoftKey" and "LeftSoftKey".
value ="WTScan"
Text to display over the soft key specified in "id".
See
Device Modes on page 4-33
modes.
Description
for details about WT channels and

Advertisement

Table of Contents
loading

Table of Contents