User manual - Web_Browser_Prog_Guide

NAURTECH WEB BROWSER SMART CLIENTS FOR WINDOWS CE .NET / POCKET PC
Web Browser Programming Guide Page 34
Comments
If the time format is invalid, this tag is ignored.
Example
<html>
<head>
<meta http-equiv="SetTime" content="12:01">
</head>
<body>
...
</body>
</html>
3.19 SIGNAL
The Signal tag is used to configure the on-screen WLAN (RF) signal strength
meter. This meter overlays the HTML content and is updated at a specified
interval. You can change the location and style of the meter. Available styles
include a horizontal or vertical single bar meter and a stepped bar meter. The
meter may be repositioned by a “touch and drag” stylus action if dragging is not
disabled.
Syntax
http-equiv="Signal"
content="Show"
"Hide"
"Right"
"Left"
"Top"
"Bottom"
"x=n"
"y=m"
"Steps"
"AllowDrag"
"NoDrag"
Where x and y are the screen coordinates of the upper left corner of the meter
icon. The screen coordinate (0,0) is in the upper left corner of the screen with x
increasing to the right and y increasing downward. Right, Left, Top, and Bottom
change the orientation of the meter and the placement of the WLAN icon. Steps
enables the step style meter. AllowDrag will allow the user to drag the meter,
whereas NoDrag will prevent dragging.
Comments