richtext::xinha::render_widgets (public)
richtext::xinha::render_widgets
Defined in packages/richtext-xinha/tcl/richtext-procs.tcl
Render the xinha rich-text widgets. This function is created at a time when all rich-text widgets of this page are already initialized. The function is controlled via the global variable ::acs_blank_master(xinha)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: # # In case no xinha instances are created, nothing has to be # done (i.e. the plain text area will be shown) # if {![info exists ::acs_blank_master(xinha)]} { return } # # Since "template::head::add_javascript -src ..." prevents # loading the same resource multiple times, we can perform the # load in the per-widget initialization and we are done here. #XQL Not present: Generic, PostgreSQL, Oracle