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):
%3 test_head_includes head_includes (test acs-templating) template::head::flush_link template::head::flush_link test_head_includes->template::head::flush_link template::head::flush_included template::head::flush_included (private) template::head::flush_link->template::head::flush_included template::head::prepare_multirows template::head::prepare_multirows (private) template::head::prepare_multirows->template::head::flush_link

Testcases:
head_includes
[ show source ]
Show another procedure: