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