template::util::richtext::render_widgets (public)
template::util::richtext::render_widgets
Defined in packages/acs-templating/tcl/richtext-procs.tcl
Render all rich-text editors with their widget specific code. Every editor might have multiple instances on the page, which are accessible to "render_widgets" via the global variable acs_blank_master__htmlareas. This function can be used to perform a single (customization) operation relevant for multiple widgets.
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: ns_log debug "we have the following editors registered: $::template::util::richtext::editors" foreach editor $::template::util::richtext::editors { ::richtext::${editor}::render_widgets }XQL Not present: Generic, PostgreSQL, Oracle