Avaya 4600 Series Administrator's Manual page 121

Release 2.1 lan administrator’s guide
Hide thumbs Also See for 4600 Series:
Table of Contents

Advertisement

<onevent> tag - The onevent tag serves as a container for code that you wish to be executed
automatically when one of the four intrinsic events occurs. The onevent element is said to bind
(associate) the tasks (code) to the event for the element. The intrinsic event must be specified
using the mandatory type attribute.
For example, when a user presses the BACK softkey, instead of being routed to the previous
screen, the user will be directed to another specified page because this tag carries out a onevent
backward event.
The intrinsic events are:
Event
onenterbackward
onenterforward
onpick
ontimer
The template element creates code that is inserted into all cards in a single deck. The nested tags are as
follows, go, noop, prev, and refresh.
There are no visual implications for supporting the <onevent> tag.
Attribute
type
<postfield> tag - The postfield tag is used to set a name/value pair that can be transmitted to an
origin server (source of the request) during a URL request. The name is set by the name attribute
and must be a valid WML variable name. The value is set by the value attribute. There are no
visual rendering implications with this tag.
Attribute
name
value
4600 Series IP Telephone Release 2.1 LAN Administrator's Guide
July 2004
Creating Web sites for the 4610SW and 4620 IP Telephones
Permitted Tags
card or template
card or template
option
card or template
Value
Description
onenterbackward
REQUIRED. Specifies the type of
the "onevent" element
onenterforward
onpick
ontimer
Value
Description
cdata
REQUIRED. The name of the field
cdata
REQUIRED. The value of the field
Description
Occurs when a <prev> navigates back
onto a card. SUPPORTED.
Occurs when a <go> navigates into a
card. SUPPORTED
Occurs when an item is
selected/unselected by a user.
SUPPORTED
Occurs when the time expires.
SUPPORTED
Comments
SUPPORTED
Comments
SUPPORTED
SUPPORTED
Event Elements
121

Advertisement

Table of Contents
loading

Table of Contents