|
Newsletters
|
|
|
|
|
Voice XML Reference
Voice XML Reference
Bookmark this page
The block Element - <block>
Description: A container of (non-interactive) executable code.
Example:
<block>
Welcome to Flamingo.example, your source for lawn ornaments.
</block>
| Attributes |
| Name |
Value |
Description |
| name |
PCDATA |
The name of the form item variable used to track whether this block is eligible to be executed; defaults to an inaccessable internal variable. |
| expr |
PCDATA |
The initial value of the form item variable; default is ECMAScript undefined. If initialized to a value, then the form item will not be visited unless the form item variable is cleared. |
| cond |
boolean |
A boolean condition that must also evalueate to true in order for teh form item to be visited. |
Back to Tag Listing
|
|