ds_adp_end_box (public)

 ds_adp_end_box [ -stub stub ]

Defined in packages/acs-developer-support/tcl/acs-developer-support-procs.tcl

Appends adp end box if the show toggle is true

Switches:
-stub
(defaults to "$__adp_stub") (optional)

Partial Call Graph (max 5 caller/called nodes):
%3 test_web_forum_edit web_forum_edit (test forums) ds_adp_end_box ds_adp_end_box test_web_forum_edit->ds_adp_end_box test_web_forum_new web_forum_new (test forums) test_web_forum_new->ds_adp_end_box test_web_forums_message_and_reply web_forums_message_and_reply (test forums) test_web_forums_message_and_reply->ds_adp_end_box template::adp_append_code template::adp_append_code (public) ds_adp_end_box->template::adp_append_code packages/acs-templating/tcl/tag-init.tcl packages/acs-templating/ tcl/tag-init.tcl packages/acs-templating/tcl/tag-init.tcl->ds_adp_end_box template::template_tag_include_helper template::template_tag_include_helper (private) template::template_tag_include_helper->ds_adp_end_box

Testcases:
web_forum_new, web_forum_edit, web_forums_message_and_reply
Source code:
    template::adp_append_code "if { \[info exists ::ds_show_p\] } {"
    template::adp_append_code "    append __adp_output \"</div></div><!-- END\n$stub (lvl \[info level\])-->\""
    template::adp_append_code "}"
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: