Entering A Date In The Spin Box (Html - Motorola CA50 Developer & User Manual

Table of Contents

Advertisement

I - 8
CA50/UCA Client & Server Developer & User Guide
Sample HTML Code
<body>
<form method ="get"
action="http://192.168.7.138/motorola/uca/samples/UCASampleApp/exitapplication.aspx" >
<select type="select" style="font:14px Verdana; width:88px; border:0px" name="menu" id="menu"
runat="server" size="3" autofocus>
<option selected="selected" value="1">Work Stock</option>
<option value="2">Move Cages</option>
<option value="3">Manage Cage</option>
<option value="4">Manage Aisle</option>
</select>
<input name="LeftSoftKey" type="submit" id="RightSoftKey" value="Exit" />
</form>
</body>

Entering a Date in the Spin Box (HTML)

Date in Spin Box
Figure I-2
Sample HTML Code
<body>
<form name="form1" method="get"
action="http://192.168.7.138/motorola/uca/samples/UCASampleApp/exitapplication.aspx"
id="form1">
<input type="submit" id="spinbox" name="USERID" SpinBoxLabel="Enter Date"
SpinBoxLabelPos="beforespinbox"
SpinBoxMaskDigit ="?" value="??-??-??"LeftBtnLbl ="Next#" RightBtnLbl ="Cancel"/>
</form>
</body>
ShowArrows="no" SpinBoxLine="2"

Advertisement

Table of Contents
loading

Table of Contents