ad_table_span (public, deprecated)

 ad_table_span str [ td_html ]

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

Deprecated. Invoking this procedure generates a warning.

given string the function generates a row which spans the whole table.

Parameters:
str (required)
td_html (optional, defaults to "align="left"")
See Also:

Testcases:
No testcase defined.
Source code:
ad_log_deprecated proc ad_table_span
    return "<tr><td colspan=\"[uplevel llength \$Tcolumn_list]\" $td_html>$str</td></tr>"
XQL Not present:
PostgreSQL, Oracle
Generic XQL file:
packages/acs-tcl/tcl/deprecated-procs.xql

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