forked from 0x2620/pandora
fix #2120 (max select one item in embedded grid view)
This commit is contained in:
parent
b3e6658973
commit
aed67ea8f1
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ pandora.ui.embedGrid = function() {
|
||||||
return Ox.clone(data, true);
|
return Ox.clone(data, true);
|
||||||
},
|
},
|
||||||
keys: ['director', 'id', 'modified', 'posterRatio', 'title', 'year'],
|
keys: ['director', 'id', 'modified', 'posterRatio', 'title', 'year'],
|
||||||
|
max: 1,
|
||||||
selected: ui.listSelection,
|
selected: ui.listSelection,
|
||||||
size: 128,
|
size: 128,
|
||||||
sort: ui.listSort,
|
sort: ui.listSort,
|
||||||
|
|
Loading…
Reference in a new issue