some improvements to list folders
This commit is contained in:
parent
d24f4bc05e
commit
545d5c4dc8
4 changed files with 34 additions and 27 deletions
|
|
@ -39,6 +39,7 @@ pandora.ui.list = function() { // fixme: remove view argument
|
|||
columnsRemovable: true,
|
||||
columnsResizable: true,
|
||||
columnsVisible: true,
|
||||
draggable: true,
|
||||
id: 'list',
|
||||
items: function(data, callback) {
|
||||
//Ox.print('data, pandora.Query.toObject', data, pandora.Query.toObject())
|
||||
|
|
@ -83,6 +84,7 @@ pandora.ui.list = function() { // fixme: remove view argument
|
|||
that = Ox.IconList({
|
||||
borderRadius: pandora.user.ui.icons == 'posters' ? 0 : 16,
|
||||
defaultRatio: pandora.user.ui.icons == 'posters' ? 5/8 : 1,
|
||||
draggable: true,
|
||||
id: 'list',
|
||||
item: function(data, sort, size) {
|
||||
var icons = pandora.user.ui.icons,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue