ez.no / exponential / documentation / reference / template functions / miscellaneous / ldelim
{ldelim}
| Name | Type | Description | Required |
|---|
Displays a left curly bracket, "{" into. It can be used to add javascript functions to template.
Template with javascript functions.
<SCRIPT LANGUAGE="JavaScript" type="text/javascript"> <!-- function foo() {ldelim} alert ( "Call me" ); {rdelim} //--> </SCRIPT>
Comments