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)

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: