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.106 -r1.107 --- openacs-4/packages/xowiki/tcl/form-field-procs.tcl 30 Sep 2008 08:48:09 -0000 1.106 +++ openacs-4/packages/xowiki/tcl/form-field-procs.tcl 1 Oct 2008 22:14:28 -0000 1.107 @@ -866,6 +866,7 @@ -parameter { plugins folder_id + script_dir width height {wiki false} @@ -1020,7 +1021,7 @@ -default [::xo::parameter get_from_package_key \ -package_key "acs-templating" -parameter "XinhaDefaultPlugins"]] } - my set options [my get_attributes editor plugins width height folder_id javascript] + my set options [my get_attributes editor plugins width height folder_id script_dir javascript] # for the time being, we can't set the defaults via parameter, # but only manually, since the editor is used as a mixin, the parameter # would have precedence over the defaults of subclasses