Summary:
The template element declares a template for cards in the deck. Event bindings specified in the template element (e.g. do or onevent) apply to all cards in that deck, although a card element may override the behaviour specified in the template element. In particular:
* DO elements specified in the template element may be overridden in individual cards if both elements have the same NAME attribute value.
* Intrinsic event bindings specified in the template element may be overridden by the specification of an event binding in a card element.
Attributes:
Name | Data type | Mandatory | Default | Description |
id | String | X | A unique name for the tag within the deck | |
class | String | X | A name of a class of which the tag is a member | |
onenterforward | HREF | X | The URI that is loaded when the user navigates into a card using a go task | |
onenterbackward | HREF | X | The URI that is loaded when the user navigates back into a card using a prev task | |
ontimer | HREF | X | The URI that is loaded when the timer expires |