]> gitweb.factorcode.org Git - factor.git/commitdiff
ui.gadgets.tables: fix load error in docs
authorSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Tue, 4 May 2010 02:42:19 +0000 (22:42 -0400)
committerSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Tue, 4 May 2010 02:42:19 +0000 (22:42 -0400)
basis/ui/gadgets/tables/tables-docs.factor

index 057c8320acad497d758e3b095b5eb84c3a203352..45f948e14ada974c687836e23dd3c8bed7951a7a 100644 (file)
@@ -25,13 +25,11 @@ ARTICLE: "ui.gadgets.tables.selection" "Table row selection"
   { { $slot "selection" } { " - if set to a model, the values of the currently selected row or rows, as determined by a " { $link row-value } " call to the renderer, is stored in this model. See " { $link "models" } "." } }
   { { $slot "selection-index" } { " - if set to a model, the indices of the currently selected rows." } }
   { { $slot "selection-required?" } { " - if set to a true value, the table ensures that some row is always selected, if the model is non-empty. If set to " { $link f } ", a state where nothing is selected is permitted to occur. The default is " { $link f } "." } }
-  { { $slot "multiple-selection?" } { " - if set to a true value, users are allowed to select more than one value." } }
 }
 "Some words for row selection:"
 { $subsections
-    selected-rows
-    (selected-rows)
-    selected
+    selected-row
+    (selected-row)
 } ;
 
 ARTICLE: "ui.gadgets.tables.actions" "Table row actions"