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 (optional, defaults to "$__adp_stub")

Testcases:
callgraph__bad_page_calls, 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: