mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +00:00
testing... seems that we possibly need a rethink...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
7c6799f7ba
commit
303020c367
@ -951,6 +951,7 @@ var ExampleUIActions = actions.Actions({
|
|||||||
'---',
|
'---',
|
||||||
['X', 'Y'],
|
['X', 'Y'],
|
||||||
{type: 'Toggle', title: 'foo', values: ['1','2','3'], list: false},
|
{type: 'Toggle', title: 'foo', values: ['1','2','3'], list: false},
|
||||||
|
{type: 'Toggle', title: 'foo (w. list)', values: ['1','2','3']},
|
||||||
{type: 'Toggle', title: 'Batch toggle 2: '},
|
{type: 'Toggle', title: 'Batch toggle 2: '},
|
||||||
],
|
],
|
||||||
function(){
|
function(){
|
||||||
|
|||||||
@ -1073,6 +1073,9 @@ browse.items.makeSubContext('field',
|
|||||||
// XXX do we actually need this???
|
// XXX do we actually need this???
|
||||||
// ....showList(..) seems too trivial...
|
// ....showList(..) seems too trivial...
|
||||||
// need to make the upstream version to accept both signatures...
|
// need to make the upstream version to accept both signatures...
|
||||||
|
// XXX these will not work as-is as they need to attach the resulting
|
||||||
|
// dialog to a container (see: makeUIDialog(..))...
|
||||||
|
// ...as-is these simply create a DOM object and return it...
|
||||||
browse.showList = function(list, options){
|
browse.showList = function(list, options){
|
||||||
return browse.makeList(null, list, options) }
|
return browse.makeList(null, list, options) }
|
||||||
browse.showEditableList = function(list, options){
|
browse.showEditableList = function(list, options){
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user