Index: openacs-4/packages/xotcl-core/tcl/30-widget-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/30-widget-procs.tcl,v diff -u -N -r1.50 -r1.51 --- openacs-4/packages/xotcl-core/tcl/30-widget-procs.tcl 4 Feb 2011 23:51:32 -0000 1.50 +++ openacs-4/packages/xotcl-core/tcl/30-widget-procs.tcl 22 Oct 2011 22:12:47 -0000 1.51 @@ -458,7 +458,7 @@ Class Field \ -superclass ::xo::OrderedComposite::Child \ - -parameter {label {html {}} {orderby ""} name {richtext false} no_csv {CSSclass ""}} \ + -parameter {label {html {}} {orderby ""} name {richtext false} no_csv {CSSclass ""} {hide 0}} \ -instproc init {} { my set name [namespace tail [self]] } \ @@ -472,7 +472,7 @@ Class BulkAction \ -superclass ::xo::OrderedComposite::Child \ - -parameter {name id {html {}}} \ + -parameter {name id {html {}} {hide 0}} \ -instproc actions {cmd} { #my init set grandParent [[my info parent] info parent]