Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2020-03-03 23:38:12 +03:00
parent da208c6946
commit 48be4f94e4

View File

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