From 068f1f160acff0d15b0bfe76e7d97fda172e0544 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Tue, 11 Feb 2020 15:39:16 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/ui-widgets.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui (gen4)/features/ui-widgets.js b/ui (gen4)/features/ui-widgets.js index 9e3bbf59..929fca57 100755 --- a/ui (gen4)/features/ui-widgets.js +++ b/ui (gen4)/features/ui-widgets.js @@ -1086,6 +1086,8 @@ browse.items.makeSubContext('field', // ...this can be done via inlining or temporarily redrawing.... // - a way to define defaults -- global options? // - access to the .app -- should be configurable... +// ...it would be quite logical to add .app on init to all +// dialogs created via ImageGrid... // - default methods .showEditableList(..) / .showList(..) on make(..) // XXX currently if a user defines options.open it will fully override // the default open behavior...