mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +00:00
...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
0ace8dd7aa
commit
069e52e919
@ -989,6 +989,8 @@ function(title, value, options){
|
|||||||
], options) }
|
], options) }
|
||||||
|
|
||||||
// XXX need to open a list dialog (currently context is used)...
|
// XXX need to open a list dialog (currently context is used)...
|
||||||
|
// ...this can be set via options.list but would be nice to provide
|
||||||
|
// a reasonable default...
|
||||||
browse.items.Toggle =
|
browse.items.Toggle =
|
||||||
function(title, value, options){
|
function(title, value, options){
|
||||||
var that = this
|
var that = this
|
||||||
@ -1109,6 +1111,19 @@ function(title, value, options){
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
// XXX like .makeEditor(..) but local to make(..) (i.e. generic)...
|
||||||
|
// XXX should this use any fields available to make(..) or just the editor???
|
||||||
|
// ...currently seems that making this fully generic would be more
|
||||||
|
// logical but would require a better name -- .Batch(..) ???
|
||||||
|
//browse.items.makeEditor =
|
||||||
|
browse.items.Batch =
|
||||||
|
function(spec, callback){
|
||||||
|
// XXX
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
|
|
||||||
var EditorActions = actions.Actions({
|
var EditorActions = actions.Actions({
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user