Index: openacs-4/packages/xotcl-core/xotcl-core.info
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/xotcl-core.info,v
diff -u -r1.85 -r1.86
--- openacs-4/packages/xotcl-core/xotcl-core.info 21 Sep 2011 07:51:42 -0000 1.85
+++ openacs-4/packages/xotcl-core/xotcl-core.info 22 Oct 2011 22:12:47 -0000 1.86
@@ -10,7 +10,7 @@
t
xotcl
-
+
Gustaf Neumann
XOTcl library functionality (e.g. thread handling, online documentation, Generic Form and List Classes)
2011-01-14
@@ -43,7 +43,7 @@
BSD-Style
0
-
+
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 -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]