template::util::richtext::require_editor (private)

 template::util::richtext::require_editor [ -editor editor ]

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

Check, whether this editor package is installed.

Switches:
-editor
(optional)

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

Testcases:
No testcase defined.
Source code:
    if {$editor ni $::template::util::richtext::editors} {
        ns_log warning "richtext: no editor with name $editor is registered"
        return 0
    }
    return 1
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: