forked from 0x2620/oxjs
add 'find in list' functionality to 'manage places' dialog
This commit is contained in:
parent
c624cc5082
commit
f4c1f826bf
2 changed files with 50 additions and 13 deletions
|
|
@ -6,19 +6,19 @@ Ox.TextList <f:Ox.Element> TextList Object
|
|||
(options) -> <f> TextList Object
|
||||
(options, self) -> <f> TextList Object
|
||||
options <o> Options object
|
||||
columns <[o]|[]>
|
||||
columns <[o]|[]> Columns
|
||||
# Fixme: There's probably more...
|
||||
addable <b>
|
||||
editable <b>
|
||||
format <f>
|
||||
id <s>
|
||||
removable <b>
|
||||
addable <b> ...
|
||||
editable <b> ...
|
||||
format <f> ...
|
||||
id <s> ...
|
||||
removable <b> ...
|
||||
map <f> function that maps values to sort values
|
||||
operator <s> default sort operator
|
||||
title <s>
|
||||
title <s> ...
|
||||
unique <b> If true, this column acts as unique id
|
||||
visible <b>
|
||||
width <n>
|
||||
visible <b> ...
|
||||
width <n> ...
|
||||
columnsMovable <b|false> If true, columns can be re-ordered
|
||||
columnsRemovable <b|false> If true, columns are removable
|
||||
columnsResizable <b|false> If true, columns are resizable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue