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.115 -r1.116 --- openacs-4/packages/xowiki/tcl/form-field-procs.tcl 12 Oct 2008 19:34:59 -0000 1.115 +++ openacs-4/packages/xowiki/tcl/form-field-procs.tcl 12 Oct 2008 19:48:58 -0000 1.116 @@ -1026,6 +1026,7 @@ {CSSclass wymeditor} width height + {skin silver} {plugins "hovertools resizable"} } richtext::wym set editor_mixin 1 @@ -1051,7 +1052,9 @@ append postinit "wym.resizable();\n" } regsub -all {[.:]} [my id] {\\\\&} JID - set config [list {skin: 'default'}] + + # possible skins are per in the distribution: "default", "sliver", "minimal" and "twopanels" + set config [list "skin: '[my skin]'"] #my msg "wym, h [my exists height] || w [my exists width]" if {[my exists height] || [my exists width]} {