Mobile Printer CPCLProgramming Manual P13-7
Table 1: WML Tags used on Printers with the LCD Option
Tag Comments
<wml> … </wml> Declares a WML document
<DISPLAY> … </DISPLAY> Sends output to LCD
“<card id=””cardname”” title=””titlename”” ontimer=””#main””> … </card>” Declares a card (or screen)
</br> Line Break, on the display this will do a the equivalent
to a CR/LF also please note that the display is 20
characters long the 21st character will display at the
first position of the next line.
<p> … </p> Paragraph
“<a href = “”#cardname””> …. </a>” Hyper-link to another card (screen)
$(vnd.zo.printer_option) Gets printer option similar to the GETVAR command.
Where printer_option is an option from the previous
section that the GETVAR command is valid.
<!— … —> Comments
<timer value=nnn></timer> Sets the timer value nnn = duration to wait in 10
ths
of a
second for the check to be press before going to the
card specified in the ontimer option of the card tag.