• 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.4.2.4 2020/10/28 15:39:19 hectorr Exp $

Procedures in this file

Detailed information

template::tag (public)

 template::tag name arglist body

Generic wrapper for registered tag handlers.

Parameters:
name
arglist
body

Partial Call Graph (max 5 caller/called nodes):
%3 packages/acs-templating/tcl/tag-init.tcl packages/acs-templating/ tcl/tag-init.tcl template::tag template::tag packages/acs-templating/tcl/tag-init.tcl->template::tag template_tag template_tag (public, deprecated) template_tag->template::tag _ _ (public) template::tag->_

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):
%3 ad_log_deprecated ad_log_deprecated (public) template::tag template::tag (public) template_tag template_tag template_tag->ad_log_deprecated template_tag->template::tag

Testcases:
No testcase defined.
[ show source ]