- Publicity: Public Only All
filter-procs.tcl
Filter procedures for the ArsDigita Templating System
- Location:
- packages/acs-templating/tcl/filter-procs.tcl
- Author:
- Karl Goldstein <karlg@arsdigita.com>
- CVS Identification:
$Id: filter-procs.tcl,v 1.23 2024/09/11 06:15:48 gustafn Exp $
Procedures in this file
- template::filter (public)
- template::forward (public)
- template::frm_page_handler (public)
Detailed information
template::filter (public)
template::filter command [ args... ]
Run any filter procedures that have been registered with the templating system. The signature of a filter procedure is a reference (not the value) to a variable containing the URL of the template to parse. The filter procedure may modify this.
- Parameters:
- command (required)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
template::forward (public)
template::forward url [ args... ]
Redirect and abort processing if "template::forward your_url t" is used. The url will be cached
- Parameters:
- url (required)
- See Also:
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
template::frm_page_handler (public)
template::frm_page_handler
Build the form information for the form page filter. This was originally handled inline but doing so screwed up the query processor.
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.