- 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
- template::tag (public)
- template_tag (public, deprecated)
Detailed information
template::tag (public)
template::tag name arglist body
Generic wrapper for registered tag handlers.
- Parameters:
- name (required)
- arglist (required)
- body (required)
- Partial Call Graph (max 5 caller/called nodes):
- 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:
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.