The events
element contains
information about advanced handling for database and page navigation.
It is optional but may occur as many times as desired.
See Chapter 22, Pluggable events for a more complete explanation of the use of this element.
The nesting of subelements within the
events
tag is shown below.
<events> <database-events> <database-event/> </database-events> <navigation-events> <navigation-event/> </navigation-events> </events>
The database-events
element must
occur at least once but may appear as many times as necessary. The
<database-events>
tag encloses
one or more database-element
elements. There is no element content in the
database-event
element. The element
may have the otional attribute id
and
must have the required attributes
type
and
className
.
The navigation-events
element must
occur at least once but may appear as many times as necessary. The
<navigation-events>
tag
encloses one or more
navigation-element
elements. There
is no element content in the
navigation-event
element. The
element may have the otional attribute
id
and must have the required
attributes type
and
className
.