template::util::richtext_or_file::format_options (public)

 template::util::richtext_or_file::format_options

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

Returns a formatting option list

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

Testcases:
No testcase defined.
Source code:
    return {
        {"Enhanced Text" text/enhanced}
        {"Markdown Text" text/markdown}
        {"Plain Text" text/plain}
        {"Fixed-width Text" text/fixed-width}
        {"HTML" text/html}
    }
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: