Index: openacs-4/packages/acs-templating/tcl/richtext-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/richtext-procs.tcl,v diff -u -r1.37 -r1.38 --- openacs-4/packages/acs-templating/tcl/richtext-procs.tcl 29 Jul 2008 22:04:14 -0000 1.37 +++ openacs-4/packages/acs-templating/tcl/richtext-procs.tcl 25 Aug 2008 18:36:21 -0000 1.38 @@ -299,263 +299,261 @@ ad_proc -public template::widget::richtext { element_reference tag_attributes } { - Implements the richtext widget, which offers rich text editing options. + Implements the richtext widget, which offers rich text editing options. - This version supports the xinha editor. + This version supports the xinha editor. - If the acs-templating.UseHtmlAreaForRichtextP parameter is set to true (1), - this will use the htmlArea WYSIWYG editor widget. - Otherwise, it will use a normal textarea, with a drop-down to select a format. - The available formats are: - - You can also parameterize the richtext widget with a 'htmlarea_p' attribute, - which can be true or false, and which will override the parameter setting. -

- The default editor in wysigwig mode is rte. In oder to use xinha, one - has to use 'editor xinha' in the options of the form field. The following - options for xinha may be specified: -