template::util::richtext::create (public)
template::util::richtext::create [ contents ] [ format ]
Defined in packages/acs-templating/tcl/richtext-procs.tcl
Create a richtext widget
- Parameters:
- contents (optional)
- The text content of the widget
- format (optional)
- How that text is formatted (text, html, etc)
- Returns:
- Two-element list of the joined parameters
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: return [list $contents $format]XQL Not present: Generic, PostgreSQL, Oracle