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 -r1.239.2.25 -r1.239.2.26 --- openacs-4/packages/xowiki/tcl/form-field-procs.tcl 2 Feb 2015 12:32:53 -0000 1.239.2.25 +++ openacs-4/packages/xowiki/tcl/form-field-procs.tcl 9 Feb 2015 09:17:12 -0000 1.239.2.26 @@ -1557,9 +1557,8 @@ } next if {![my exists editor]} { - # set the default editor; TODO: should be a parameter - my set editor xinha - #my set editor ckeditor4 + my set editor [parameter::get_global_value -package_key xowiki \ + -parameter PreferredRichtextEditor -default xinha] #my msg "setting default of [my name] to [my set editor]" } if {![my exists __initialized]} { @@ -1800,7 +1799,7 @@ Class create richtext::ckeditor4 -superclass richtext -parameter { {editor ckeditor4} {mode wysiwyg} - {skin kama} + {skin moono} {toolbar Full} {CSSclass xowiki-ckeditor} {uiColor ""} @@ -1913,8 +1912,8 @@ set id [my id] set name [my name] set package_id [[my object] package_id] - my extraPlugins {timestamp xowikiimage tlflrn} - # my extraPlugins {timestamp} + #my extraPlugins {xowikiimage tlflrn} + my extraPlugins {} if {[my set displayMode] eq "inline"} {my lappend extraPlugins sourcedialog} if {"xowikiimage" in [my extraPlugins]} {