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):
- 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 1XQL Not present: Generic, PostgreSQL, Oracle