template::util::multirow_quote_html (public)
template::util::multirow_quote_html multirow_ref column_ref
Defined in packages/acs-templating/tcl/util-procs.tcl
implements template::util::quote_html on the designated column of a multirow
- Parameters:
- multirow_ref (required)
- name of the multirow
- column_ref (required)
- name of the column to be
- Author:
- simon
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: upvar $multirow_ref:rowcount rowcount for { set i 1 } { $i <= $rowcount } { incr i} { upvar $multirow_ref:$i arr set arr($column_ref) [ns_quotehtml [set arr($column_ref)]] }XQL Not present: Generic, PostgreSQL, Oracle