|
Newsletters
|
|
|
|
|
WML Tag Reference
WML Tag Reference
Bookmark this page
The OnEvent Element - <onevent>
Description: Binds a task to an event for the immediately enclosing element.
Example:
<onevent type="onenterbackward">
<go href="there"/>
</onevent>
| Attributes |
| Name |
Value |
Description |
| type |
CDATA |
REQUIRED. Tells the user agent the intended use of the element. |
| id |
ID |
Sets the unique name for the element. |
| class |
CDATA |
Associates the element with a defined class. |
Back to Tag Listing
|
|