Motorola CA50 Developer & User Manual page 298

Table of Contents

Advertisement

10 - 14 CA50/UCA Client & Server Developer & User Guide
Example 2 - One Soft Key Defined by the Web Application
See
Figure 10-2
and the HTML that follows for a Web page that defines the right soft key as an Exit key. This
allows the Web application to quit and the UCA client application displays the desktop screen. The left soft key
(Options) was defined in the XML profile. In this example the client state is "AppNoCall". The user is running a
business application and is not on a phone call.
This left soft key allows the user to make a phone call or do other communication functions that are not part of the
Web application.
10:52
Scan an Item
Options
Exit
One Soft Key Defined
Figure 10-2
HTML for Web Application Defining One Soft Key
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<title>Sample Scanner App</title>
</head>
<body>
<form id="form2" runat="server">
<input type="text" id="ScanData" size="20" name="item" value="" >
<input type="submit" name="btn" id="RightSoftKey" value="Exit">
</form>
</body>
</html>

Advertisement

Table of Contents
loading

Table of Contents