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.

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2013 eZ Systems AS (except where otherwise noted). All rights reserved.