mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +00:00
tweaking...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
4c209d6d10
commit
d706042f51
@ -774,7 +774,7 @@ var ExampleUIActions = actions.Actions({
|
|||||||
// Combined dialog/lister...
|
// Combined dialog/lister...
|
||||||
//
|
//
|
||||||
// XXX should this be made into a constructor???
|
// XXX should this be made into a constructor???
|
||||||
exampleDialogMenu: ['Test/Combined dialog & lister (dialog mode)',
|
exampleDialogLister: ['Test/Combined dialog & lister (dialog mode)',
|
||||||
widgets.makeUIDialog(function(path, make){
|
widgets.makeUIDialog(function(path, make){
|
||||||
var makeList = function(_, make){
|
var makeList = function(_, make){
|
||||||
make('A')
|
make('A')
|
||||||
@ -786,8 +786,8 @@ var ExampleUIActions = actions.Actions({
|
|||||||
makeList(path, make)
|
makeList(path, make)
|
||||||
: browse.makeLister(null, makeList)
|
: browse.makeLister(null, makeList)
|
||||||
})],
|
})],
|
||||||
exampleDialogMenuL: ['Test/Combined dialog & lister (lister mode)/*',
|
exampleDialogListerL: ['Test/Combined dialog & lister (lister mode)/*',
|
||||||
'exampleDialogMenu: ...'],
|
'exampleDialogLister: ...'],
|
||||||
})
|
})
|
||||||
|
|
||||||
var ExampleUI =
|
var ExampleUI =
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user