Appendix A: Text Formatting
evaluated. Overflow continues to work until a field with no overflow value is set or no more fields remain (i.e. reached first field).
If a character is typed and that character appears in the Next Field list, the keyboard should move the focus to the next field. For example, when entering time, a ":" is used as a next field character. If you enter "1:2", the 1 is entered in the current field (hours) and then the focus is moved to the next field and 2 is entered in that field.
When entering time in a
Input mask output examples
The following are some common input masking examples:
Output Examples
Common Name | Input Mask | Input |
|
|
|
IP Address Quad | [0255]{.} | Any value from 0 to 255 |
|
|
|
Hour | [112]{:} | Any value from 1 to 12 |
|
|
|
Minute/Second | [059]{:} | Any value from 0 to 59 |
|
|
|
Frames | [029]{:} | Any value from 0 to 29 |
|
|
|
Phone Numbers | (999) | (555) |
|
|
|
Zip Code | ||
|
|
|
URL Resources
A URL can be broken into several parts. For example, with the URL
The exact meaning of this name on the host machine is both protocol dependent and host dependent. The information normally resides in a file, but it could be generated dynamically. This component of the URL is called the file component, even though the information is not necessarily in a file.
A URL can optionally specify a port, which is the port number to which the TCP/IP connection is made on the remote host machine. If the port is not specified, the default port for the protocol is used instead. For example, the default port for http is 80. An alternative port could be specified as:
Any legal HTTP syntax can be used.
Special Escape Sequences
The system has only a limited knowledge of URL formats, as it transparently passes the URL information onto the server for translation. A user can then pass any parameters to the server side programs such as CGI scripts or active server pages.
However; the system will parse the URL looking for special escape codes. When it finds an escape code, it replaces that code with a particular piece of panel, button, or state information.
For example, "http://www.amx.com/img.asp?device=$DV" would become http://www.amx.com/img.asp?device=10001.
160 |