publish::html_args (private)
publish::html_args argv
Defined in packages/acs-content-repository/tcl/publish-procs.tcl
- Parameters:
- argv (required)
- The list of name-value pairs
- Returns:
- An HTML string in format "name=value name=value ..."
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: set extra_html "" if { ![template::util::is_nil argv] } { foreach { name value } $argv { append extra_html "$name=\"$value\" " } } return $extra_htmlGeneric XQL file: packages/acs-content-repository/tcl/publish-procs.xql
PostgreSQL XQL file: packages/acs-content-repository/tcl/publish-procs-postgresql.xql
Oracle XQL file: packages/acs-content-repository/tcl/publish-procs-oracle.xql