Index: openacs-4/packages/xowiki/tcl/form-field-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/form-field-procs.tcl,v diff -u -N -r1.248.2.41 -r1.248.2.42 --- openacs-4/packages/xowiki/tcl/form-field-procs.tcl 12 Feb 2017 19:05:03 -0000 1.248.2.41 +++ openacs-4/packages/xowiki/tcl/form-field-procs.tcl 15 Feb 2017 19:04:00 -0000 1.248.2.42 @@ -1817,7 +1817,8 @@ {imageSelectorDialog /xowiki/ckeditor-images/} } richtext::ckeditor set editor_mixin 1 - richtext::ckeditor instproc -deprecated initialize {} { + richtext::ckeditor ad_instproc -deprecated initialize {} { + } { switch -- [my set displayMode] { inplace { my append help_text " #xowiki.ckeip_help#" } inline { error "inline is not supported for ckeditor v3"}