From 48be4f94e43b60e0344bd1dff7d24a3bc6071178 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Tue, 3 Mar 2020 23:38:12 +0300 Subject: [PATCH 1/3] ... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/ui-widgets.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ui (gen4)/features/ui-widgets.js b/ui (gen4)/features/ui-widgets.js index ea0a8d01..21fc77f2 100755 --- a/ui (gen4)/features/ui-widgets.js +++ b/ui (gen4)/features/ui-widgets.js @@ -1076,6 +1076,7 @@ browse.items.makeSubContext('field', // XXX these will not work as-is as they need to attach the resulting // dialog to a container (see: makeUIDialog(..))... // ...as-is these simply create a DOM object and return it... +// is this feasible??? browse.showList = function(list, options){ return browse.makeList(null, list, options) } browse.showEditableList = function(list, options){ From 41097ce1988b89fa0f3243ed47fcdb14a7ed3dcb Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 4 Mar 2020 23:35:21 +0300 Subject: [PATCH 2/3] ... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/ui-widgets.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ui (gen4)/features/ui-widgets.js b/ui (gen4)/features/ui-widgets.js index 21fc77f2..f26f7af7 100755 --- a/ui (gen4)/features/ui-widgets.js +++ b/ui (gen4)/features/ui-widgets.js @@ -1077,6 +1077,7 @@ browse.items.makeSubContext('field', // dialog to a container (see: makeUIDialog(..))... // ...as-is these simply create a DOM object and return it... // is this feasible??? +// XXX another way to try is to make an inline list editor/selector... browse.showList = function(list, options){ return browse.makeList(null, list, options) } browse.showEditableList = function(list, options){ From ef4c199f8e80d7350670d3a23e6000fc4f3e8123 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 5 Mar 2020 16:38:37 +0300 Subject: [PATCH 3/3] thoughts... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/ui-widgets.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ui (gen4)/features/ui-widgets.js b/ui (gen4)/features/ui-widgets.js index f26f7af7..ca500471 100755 --- a/ui (gen4)/features/ui-widgets.js +++ b/ui (gen4)/features/ui-widgets.js @@ -1078,6 +1078,7 @@ browse.items.makeSubContext('field', // ...as-is these simply create a DOM object and return it... // is this feasible??? // XXX another way to try is to make an inline list editor/selector... +// XXX the whole thing needs a re-think.... browse.showList = function(list, options){ return browse.makeList(null, list, options) } browse.showEditableList = function(list, options){