doc_body_append (public, deprecated)

 doc_body_append str

Defined in packages/acs-tcl/tcl/deprecated-procs.tcl

Deprecated. Invoking this procedure generates a warning.

Appends $str to the body property.

Parameters:
str (required)

Testcases:
No testcase defined.
Source code:
ad_log_deprecated proc doc_body_append
    global doc_properties
    append doc_properties(body) $str
XQL Not present:
PostgreSQL, Oracle
Generic XQL file:
packages/acs-tcl/tcl/deprecated-procs.xql

[ hide source ] | [ make this the default ]
Show another procedure: