Avaya 4600 IP Phone User Manual


 
Creating Websites for the 4620 IP Telephone
WML Document Skeleton
C-3
<template> tag - The <template> tag defines a template for all the cards in a deck. The "code"
in the <template> tag is added to each card in the deck. Only one <template> tag for each
deck may be specified. This tag can only contain <do> and <onevent> tags.
The template tag attributes supported by the 4620 web browser are as follows:
ordered true
false
Specifies the order of card
content. When ordered is
set to "true" the browser will
display the content in a fixed
order. When ordered is set
to "false" the users will
decide the order as they
navigate between content.
Default is "true"
Optional; sets a Boolean
value that provides
information on how the
content of the current card is
arranged. Used by the
browser to organize the
display presentation and
layout. If set to true, content
is organized in a linear
sequence of elements (for
example, a series of ordered
or non-optional input
elements). If set to false,
content is in no natural order
(for example, a series of
unordered or optional input
elements). The default is
true. NOT SUPPORTED.
title cdata The title of the card Can be used for title
displays. SUPPORTED
onenterbackward url Occurs when the user
navigates into a card using a
prev task
SUPPORTED
onenterforward url Occurs when the user
navigates into a card using a
go task
SUPPORTED
ontimer url Occurs when a timer
expires
SUPPORTED
Attribute Value(s) Description Comments
onenterbackward url Occurs when the user
navigates into a card using a
prev task
SUPPORTED
onenterforward url Occurs when the user
navigates into a card using a
go task
SUPPORTED
ontimer url Occurs when the timer
expires
SUPPORTED
Attribute Value(s) Description Comments