Avaya 4600 IP Phone User Manual


 
Creating Websites for the 4620 IP Telephone
Event Elements
C-7
Event Elements 5
<do> tag - The <do> tag is a card-level user interface. It serves as a general mechanism for
the user to activate a task, typically performed by the user clicking on a word or phrase in the
display. A task is performed in response to an event. There are four tasks in WML: go, noop,
prev, and refresh.
The mandatory type attribute provides information about the intent of the element, helping to
improve processing. If the 4620 web browser does not recognize the specified type, (e.g., testing,
experimental, and vendor specific types), the specified type is treated as unknown. The browser
only renders WML 1.2 tags. Any other tags will cause an error and the user will receive an error
statement "not a valid wml page".
Attribute Value Description Comments
type accept
prev
help
reset
options
delete
unknown
x-*
vnd.*
REQUIRED. Defines the
type of the do element
SUPPORTED
label cdata Creates a label for the do
element
Optional; creates a string
label for the element. The
4620 browser imposes a six
character limit.
SUPPORTED
name mmtoken Defines a name for the do
element
SUPPORTED
optional true
false
If set to true, the browser
ignores this element. If set
to false, the browser does
not ignore this element.
Default is false
Optional.
SUPPORTED
Type Description Comments
accept Acknowledgement of
acceptance
SUPPORTED
delete Delete item SUPPORTED
help Request for help SUPPORTED
options Options or additional
operations
SUPPORTED