Adding And Enlarging Images/Fonts - Motorola CA50 Developer & User Manual

Table of Contents

Advertisement

I - 10
CA50/UCA Client & Server Developer & User Guide
The code below includes a default value for the Spin box.
<input type="submit" id="spinbox" name="USERID" SpinBoxLabel="Pepsi Cartons"
SpinBoxLabelPos="beforespinbox"
value="??" SpinBoxDefault="15" LeftBtnLbl ="Next#" RightBtnLbl ="Cancel"/>

Adding and Enlarging Images/Fonts

Sample HTML Code - Enlarge Font Size
Enlarged Font
Figure I-6
Sample Code 1
<body>
<form name="form1" method="get"
action="http://192.168.7.138/motorola/uca/samples/UCASampleApp/exitapplication.aspx"
id="form1">
<text align="center" style="font:14px Verdana; width:88px; border:0px" ><b> SCAN </b></text>
<text align="center" style="font:14px Verdana; width:88px; border:0px" ><b> CAGE </b></text>
<input name="LeftSoftKey" type="submit" id="LeftSoftKey" value="Exit" />
<input name="RightSoftKey" type="button" id="RightSoftKey" value="" />
</form>
</body>
Sample Code 2
<body>
<form name="form1" method="get"
action="http://192.168.7.138/motorola/uca/samples/UCASampleApp/exitapplication.aspx"
id="form1">
<text align="center"><b> Pull </b></text>
<text align="center" style="font:20px Verdana; width:88px; border:0px" >02</text>
<input name="LeftSoftKey" type="submit" id="LeftSoftKey" value="Exit" />
<input name="RightSoftKey" type="button" id="RightSoftKey" value="" />
</form>
</body>
ShowArrows="no" SpinBoxLine="2" SpinBoxMaskDigit ="?"

Advertisement

Table of Contents
loading

Table of Contents