From 18bf00644f9f9281a539811de97a082a006b83ff Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 12 Feb 2020 16:12:34 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/ui-widgets.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui (gen4)/features/ui-widgets.js b/ui (gen4)/features/ui-widgets.js index 929fca57..d759771d 100755 --- a/ui (gen4)/features/ui-widgets.js +++ b/ui (gen4)/features/ui-widgets.js @@ -1087,7 +1087,7 @@ browse.items.makeSubContext('field', // - 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... +// dialogs created via ImageGrid -- this is not trivial as we directly calk browse.* most of the time... (refactoring this might be a good excuse to migrate to browse2.js) // - default methods .showEditableList(..) / .showList(..) on make(..) // XXX currently if a user defines options.open it will fully override // the default open behavior...