• Publicity: Public Only All

0-acs-templating-procs.tcl

Initialize namespaces, global macros and filters for ArsDigita Templating System

Location:
packages/acs-templating/tcl/0-acs-templating-procs.tcl
Author:
Karl Goldstein <karlg@arsdigita.com>
CVS Identification:
$Id: 0-acs-templating-procs.tcl,v 1.6 2024/09/11 06:15:48 gustafn Exp $

Procedures in this file

Detailed information

template::tag (public)

 template::tag name arglist body

Generic wrapper for registered tag handlers.

Parameters:
name (required)
arglist (required)
body (required)

Testcases:
No testcase defined.

template_tag (public, deprecated)

 template_tag [ args... ]
Deprecated. Invoking this procedure generates a warning.

Generic wrapper for registered tag handlers. DEPRECATED: does not comply with OpenACS naming convention

See Also:

Testcases:
No testcase defined.
[ show source ]