template::template_tag_include_helper (private)

 template::template_tag_include_helper params

Defined in packages/acs-templating/tcl/tag-init.tcl

Include another template in the current template

Parameters:
params

Partial Call Graph (max 5 caller/called nodes):
%3 packages/acs-templating/tcl/tag-init.tcl packages/acs-templating/ tcl/tag-init.tcl template::template_tag_include_helper template::template_tag_include_helper packages/acs-templating/tcl/tag-init.tcl->template::template_tag_include_helper ds_adp_end_box ds_adp_end_box (public) template::template_tag_include_helper->ds_adp_end_box ds_adp_start_box ds_adp_start_box (public) template::template_tag_include_helper->ds_adp_start_box template::adp_append_code template::adp_append_code (public) template::template_tag_include_helper->template::adp_append_code template::template_tag_include_command template::template_tag_include_command (private) template::template_tag_include_helper->template::template_tag_include_command template::template_tag_include_helper_code template::template_tag_include_helper_code (private) template::template_tag_include_helper->template::template_tag_include_helper_code

Testcases:
No testcase defined.
Source code:
    set src [ns_set iget $params src]
    set ds [ns_set iget $params ds 1]
    set ds_avail_p [expr {[namespace which ::ds_adp_start_box] ne "" }]

    #Start developer support frame around subordinate template.
    if { $ds && [namespace which ::ds_enabled_p] ne "" && $ds_avail_p } {
        ::ds_adp_start_box -stub "\[template::util::url_to_file \"$src\" \"\$__adp_stub\"\]"
    }

    template::adp_append_code [template::template_tag_include_helper_code  -ds_avail_p [expr {[namespace which ::ds_adp_start_box] ne "" }]  -src $src  -command [template::template_tag_include_command $src $params]]

    # End developer support frame around subordinate template.
    if { $ds && [namespace which ::ds_enabled_p] ne "" && $ds_avail_p } {
        ::ds_adp_end_box -stub "\[template::util::url_to_file \"$src\" \"\$__adp_stub\"\]"
    }
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: