template::prepare_body_script_multirow (private)

 template::prepare_body_script_multirow

Defined in packages/acs-templating/tcl/head-procs.tcl

Generate multirows body_scripts. Called from template::head::prepare_multirows and from steaming output handler.

Testcases:
templates_and_scripts
Source code:
    # Generate the body <script /> tag multirow
    variable ::template::body_scripts
    template::multirow create body_script type src charset defer async content crossorigin integrity
    if {[info exists body_scripts]} {
        foreach {type src charset defer async content crossorigin integrity} $body_scripts {
            template::multirow append body_script  $type  $src  $charset  $defer  $async  $content  $crossorigin $integrity
        }
        unset body_scripts
    }
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: