Caution: This documentation is for eZ Publish legacy, from version 3.x to 6.x.
For 5.x documentation covering Platform see eZ Documentation Center, for difference between legacy and Platform see 5.x Architecture overview.

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.