ui.gadgets.tables: fix load error in docs

db4
Slava Pestov 2010-05-03 22:42:19 -04:00
parent 1c6bbf7fd1
commit a8fdfc5860
1 changed files with 2 additions and 4 deletions
basis/ui/gadgets/tables

View 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"