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.40 -r1.248.2.41 --- openacs-4/packages/xowiki/tcl/form-field-procs.tcl 2 Feb 2017 13:27:00 -0000 1.248.2.40 +++ openacs-4/packages/xowiki/tcl/form-field-procs.tcl 12 Feb 2017 19:05:03 -0000 1.248.2.41 @@ -1795,6 +1795,9 @@ # skin: kama, v2, office2003 # extraPlugins: tcl-list, is converted to comma list for js # + # This formfield class is deprecated, use richtext::ckeditor4 + # instead. + # ########################################################### Class create richtext::ckeditor -superclass richtext -parameter { {editor ckeditor} @@ -1814,7 +1817,7 @@ {imageSelectorDialog /xowiki/ckeditor-images/} } richtext::ckeditor set editor_mixin 1 - richtext::ckeditor instproc initialize {} { + richtext::ckeditor instproc -deprecated initialize {} { switch -- [my set displayMode] { inplace { my append help_text " #xowiki.ckeip_help#" } inline { error "inline is not supported for ckeditor v3"}