ldelim

Summary

Outputs a left curly bracket, "{".

Usage

{ldelim}

Description

This function displays a left 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.