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):
%3 packages/acs-admin/www/auth/authority.tcl packages/acs-admin/ www/auth/authority.tcl template::util::richtext::create template::util::richtext::create packages/acs-admin/www/auth/authority.tcl->template::util::richtext::create packages/faq/www/admin/q-and-a-add-edit.tcl packages/faq/ www/admin/q-and-a-add-edit.tcl packages/faq/www/admin/q-and-a-add-edit.tcl->template::util::richtext::create template::util::richtext::acquire template::util::richtext::acquire (public) template::util::richtext::acquire->template::util::richtext::create

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: