TEMPLATE_UNLOAD
Unloads a previoulsy defined TEMPLATE element. After being unloaded, the template is not available anymore. It can typically be used to change the definition of a template if required. See the Syntax section below for an example.
Attributes brief detailed show all inherited
| Name | Description | |
|---|---|---|
| template_id | id of the template to unload |
Syntax
First declare a template as shown here:
Once this template has been declared, you can unload it like this beofre the template can be redefined if required:
- <TEMPLATE_UNLOAD template_id="MY_TEMPLATE"/>
Comments
Please, authorize to view and post comments.