template::adp_puts (private)
template::adp_puts text
Defined in packages/acs-templating/tcl/parse-procs.tcl
Add text to the ADP currently being rendered. Maybe used within escaped Tcl code in the template to add to the output.
- Parameters:
- text (required)
- A string containing text or markup.
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: upvar __adp_output __adp_output append __adp_output $textXQL Not present: Generic, PostgreSQL, Oracle