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 - name of the multirow
column_ref - name of the column to be
Author:
simon

Partial Call Graph (max 5 caller/called nodes):
%3

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
[ hide source ] | [ make this the default ]
Show another procedure: