category::indent_html (public, deprecated)
category::indent_html indent_width
Defined in packages/categories/tcl/categories-procs.tcl
Deprecated. Invoking this procedure generates a warning.
Creates a series of to indent subcatories in html output.
- Parameters:
- indent_width (required)
- width of the html indent.
- Author:
- Timo Hentschel <timo@timohentschel.de>
- See Also:
- string repeat " " $i
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: ad_log_deprecated proc category::indent_html set indent_string "" for { set i 0 } { $i < $indent_width } { incr i } { append indent_string " " } return $indent_stringXQL Not present: Generic PostgreSQL XQL file: packages/categories/tcl/categories-procs-postgresql.xql
Oracle XQL file: packages/categories/tcl/categories-procs-oracle.xql