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){