ez.no / exponential / documentation / reference / template functions / miscellaneous / literal
{literal}
...
{/literal}
| Name | Type | Description | Required |
|---|
Used to turn off the template parser. It can be used to embed javascript into template.
Template with javascript functions.
<SCRIPT LANGUAGE="JavaScript" type="text/javascript"> <!-- {literal} function foo() { alert ( "Call me" ); } {/literal} //--> </SCRIPT>
log in or create a user account to comment.
Comments