thoughts...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2020-03-05 16:38:37 +03:00
parent 41097ce198
commit ef4c199f8e

View File

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