mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +00:00
notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
15bbce5162
commit
34ccac61ef
@ -1056,11 +1056,13 @@ browse.items.makeSubContext('field',
|
|||||||
// .field.Toggle(title, value[, options])
|
// .field.Toggle(title, value[, options])
|
||||||
// .field.Toggle(title, options)
|
// .field.Toggle(title, options)
|
||||||
//
|
//
|
||||||
// XXX need to open a list dialog (currently context is used)...
|
// XXX need to open a list (ro/editable) dialog (currently context is used)...
|
||||||
// ...this can be set via options.list but would be nice to provide
|
// ...this can be set via options.list but would be nice to provide
|
||||||
// a reasonable default...
|
// a reasonable default...
|
||||||
// ...one way to resole context access is to add a .app attribute to
|
// there are several ways this can be done:
|
||||||
// the dialog...
|
// - generic dialogs in browse.js
|
||||||
|
// - a way to define defaults -- global options?
|
||||||
|
// - access to the .app -- should be configurable...
|
||||||
browse.items.field.Toggle =
|
browse.items.field.Toggle =
|
||||||
function(title, options){
|
function(title, options){
|
||||||
var that = this
|
var that = this
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user