ds_adp_start_box (public)

 ds_adp_start_box [ -stub stub ]

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

Appends adp start 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_start_box ds_adp_start_box test_web_forum_edit->ds_adp_start_box test_web_forum_new web_forum_new (test forums) test_web_forum_new->ds_adp_start_box test_web_forums_message_and_reply web_forums_message_and_reply (test forums) test_web_forums_message_and_reply->ds_adp_start_box template::adp_append_code template::adp_append_code (public) ds_adp_start_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_start_box template::template_tag_include_helper template::template_tag_include_helper (private) template::template_tag_include_helper->ds_adp_start_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 "    set __apidoc_path \[string range $stub \[string length \$::acs::rootdir\] end\].adp"
    template::adp_append_code "    set __stub_path \[join \[split $stub /\] \" / \"\]"
    template::adp_append_code "    append __adp_output \"<div class=\\\"\[::ds_adp_box_class\]\\\"><span class=\\\"\[::ds_adp_file_class\]\\\"><a href=\\\"/api-doc/content-page-view?source_p=1&amp;path=\$__apidoc_path\\\" style=\\\"text-decoration: None;\\\">\$__stub_path</a></span><div class=\\\"\[::ds_adp_output_class\]\\\">\""
    template::adp_append_code "}"
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: