- Publicity: Public Only All
tag-init.tcl
Tag Handlers for the ArsDigita Templating System Copyright (C) 1999-2000 ArsDigita Corporation Authors: Karl Goldstein (karlg@arsdigita.com) Stanislav Freidin (sfreidin@arsdigita.com) Christian Brechbuehler (chrisitan@arsdigita.com) $Id: tag-init.tcl,v 1.55 2024/11/13 08:40:51 gustafn Exp $ This is free software distributed under the terms of the GNU Public License. Full text of the license is available from the GNU Project: http://www.fsf.org/copyleft/gpl.html
- Location:
- packages/acs-templating/tcl/tag-init.tcl
Procedures in this file
- template::template_tag_include_command (private)
- template::template_tag_include_helper (private)
- template::template_tag_include_helper_code (private)
Detailed information
template::template_tag_include_command (private)
template::template_tag_include_command src params
- Parameters:
- src (required)
- params (required)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
template::template_tag_include_helper (private)
template::template_tag_include_helper params
Include another template in the current template
- Parameters:
- params (required)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
template::template_tag_include_helper_code (private)
template::template_tag_include_helper_code [ -command command ] \ [ -src src ] [ -ds_avail_p ds_avail_p ]
- Switches:
- -command (optional)
- -src (optional)
- -ds_avail_p (optional, defaults to
"0"
)- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.