rdelim
Summary
Outputs a right curly bracket, "}".Usage
{rdelim}
Description
This function displays a right curly bracket, "}". It can for example be used to add JavaScript functions in a template.
Examples
Example 1
<script language="JavaScript" type="text/javascript"> <!-- function foo() {ldelim} alert ('Call me!' ); {rdelim} //--> </script>
This example demonstrates how to use the "ldelim" and "rdelim" template functions to generate curly brackets.
Balazs Halasy (06/02/2004 1:20 pm)
Balazs Halasy (28/04/2005 1:59 pm)
Comments
There are no comments.