rdelim

Summary

Displays a right curly bracket, "}".

Usage

{rdelim}

Parameters

NameTypeDescriptionRequired

Returns

Description

Displays a right curly bracket, "}". It can be used to add javascript functions to template.

Examples

Template with javascript functions.

<SCRIPT LANGUAGE="JavaScript" type="text/javascript">

<!--

function foo()

{ldelim}

   alert ( "Call me" );

{rdelim}

//-->

</SCRIPT>

Comments

log in or create a user account to comment.

Contents

Reference

Database diagram
Template operators
Template functions
    GUI
    Miscellaneous
       cache-block
       fetch_alias
       include
       ldelim
       literal
       rdelim
       run-once
    Program flow
    Variables
Data fetching
Modules
XML tags


Created

06/02/2004
2:20:18 pm
by Balazs Halasy

Last updated

12/02/2004
3:08:24 pm
by Wenyue Yu

Authors

Balazs Halasy
Wenyue Yu



This page is part of the Exponential documentation. The documentation is available under the GNU Free Documentation License. All contributions will be released under the terms of this license.