Merge branch 'master' of github.com:flynx/ImageGrid

This commit is contained in:
Alex A. Naanou 2020-03-07 02:24:45 +03:00
commit c08f60756d

View File

@ -1076,6 +1076,9 @@ browse.items.makeSubContext('field',
// XXX these will not work as-is as they need to attach the resulting // XXX these will not work as-is as they need to attach the resulting
// dialog to a container (see: makeUIDialog(..))... // dialog to a container (see: makeUIDialog(..))...
// ...as-is these simply create a DOM object and return it... // ...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){ browse.showList = function(list, options){
return browse.makeList(null, list, options) } return browse.makeList(null, list, options) }
browse.showEditableList = function(list, options){ browse.showEditableList = function(list, options){