template::util::richtext::format_options (public)

 template::util::richtext::format_options

Defined in packages/acs-templating/tcl/richtext-procs.tcl

Returns a formatting option list

Partial Call Graph (max 5 caller/called nodes):
%3 template::widget::richtext template::widget::richtext (public) template::util::richtext::format_options template::util::richtext::format_options template::widget::richtext->template::util::richtext::format_options _ _ (public) template::util::richtext::format_options->_

Testcases:
No testcase defined.
Source code:
    return [list  [list [_ acs-templating.Enhanced_Text] text/enhanced]  [list [_ acs-templating.Markdown_Text] text/markdown]  [list [_ acs-templating.Plain_Text] text/plain]  [list [_ acs-templating.Fixed_width_Text] text/fixed-width]  [list [_ acs-templating.HTML] text/html]]
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: