Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2020-03-04 23:35:21 +03:00
parent cbed3a691b
commit 41097ce198

View File

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