From ef4c199f8e80d7350670d3a23e6000fc4f3e8123 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 5 Mar 2020 16:38:37 +0300 Subject: [PATCH] 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){