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.13 -r1.14 --- openacs-4/packages/xowiki/tcl/form-field-procs.tcl 11 Jul 2007 11:57:14 -0000 1.13 +++ openacs-4/packages/xowiki/tcl/form-field-procs.tcl 11 Jul 2007 19:22:54 -0000 1.14 @@ -30,6 +30,7 @@ ########################################################### Class FormField -parameter { {required false} + {display_field true} {type text} {label} {name} @@ -343,6 +344,7 @@ FormField::richtext instproc initialize {} { # Reclass the editor based on the attribute 'editor' if necessary # and call initialize again in this case... + my display_field false if {[my editor] eq "xinha" && [my info class] ne "[self class]::xinha"} { my class [self class]::xinha my initialize