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

Testcases:
No testcase defined.
Source code:
    return [list $contents $format]
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: