template::head::flush_link (public)
template::head::flush_link -href href -rel rel
Defined in packages/acs-templating/tcl/head-procs.tcl
Flush a link tag, which was previously set in the head section via template::head::add_link
- Switches:
- -href (required)
- the href attribute of the link tag, e.g. the target document of the link. A glob pattern similar link in "string match" can be provided.
- -rel (required)
- the rel attribute of the link tag defining the relationship of the linked document to the current one, e.g. 'stylesheet'
- Author:
- Gustaf Neumann
- Created:
- 2018-03-09
- See Also:
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- head_includes