|
Newsletters
|
|
|
|
|
WML Tag Reference
WML Tag Reference
Bookmark this page
The Do Element - <do>
Description: Defines a mechanism for the user to interact upon the current card.
Example:
<do type = "accept" label="login">
<go href="#login"/>
</do>
| Attributes |
| Name |
Value |
Description |
| type |
CDATA |
REQUIRED. Tells the user agent the intended use of the element. |
| label |
CDATA |
Provides a text label for the element. |
| name |
NMTOKEN |
Specifies the name of the event binding. |
| optional |
BOOLEAN |
If optional is TRUE, the user agent may ignore this element. |
| xml:lang |
NMTOKEN |
IMPLIED. Specifies the natural or formal language of an element. |
Back to Tag Listing
|
|