mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 02:10:08 +00:00
notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
f8a030d709
commit
630a7fa3cb
@ -963,10 +963,14 @@ module.Dialogs = core.ImageGridFeatures.Feature({
|
|||||||
|
|
||||||
// XXX EXPERIMENT...
|
// XXX EXPERIMENT...
|
||||||
// - which is more logical the generic make.Field(..) or the
|
// - which is more logical the generic make.Field(..) or the
|
||||||
// .__editor_fields__ API???
|
// .makeEditor(..) and friends???
|
||||||
// - how do we handle the ImageGrid context here (i.e. actions)???
|
// - how do we handle the ImageGrid context here (i.e. actions)???
|
||||||
// ...one way would be to split the fields into two levels, the
|
// ...one way would be to split the fields into two levels, the
|
||||||
// generic and the domain-specific...
|
// generic and the domain-specific...
|
||||||
|
// ...one way could be something like:
|
||||||
|
// make.setGetterContext(context)
|
||||||
|
// and in all the getters use:
|
||||||
|
// getter.call(make.getterContext, ...)
|
||||||
// XXX REVISE...
|
// XXX REVISE...
|
||||||
browse.items.Field =
|
browse.items.Field =
|
||||||
function(actions, options){
|
function(actions, options){
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user