template::head::includes (public)
template::head::includes -container container -parts parts
Defined in packages/acs-templating/tcl/head-procs.tcl
Define, that a compound resource (container) contains multiple parts. Container and parts are typically URLs, which are referred to by a "href" attribute or by link or a "src" attribute of a script.
- Switches:
- -container (required)
- compound resource
- -parts (required)
- list of resources, which are included in a compound resource (container).
- Author:
- Gustaf Neumann
- Created:
- 2018-03-09
- See Also:
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- head_includes
Source code: set ::template::head::includes($container) $parts foreach p $parts { set ::template::head::included($p) $container }XQL Not present: Generic, PostgreSQL, Oracle