Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2020-03-13 15:27:59 +03:00
parent a67da43f4e
commit e6866f934b

View File

@ -631,6 +631,15 @@ Items.makeSubContext('field',
// a-la how toggler values are handled in .browseActions(..)
// ...this can also be an option...
// ......should this be a generic toggle (outside of .field)???
// XXX would be nice to be able to expand the options in several
// modes:
// - new dialog -- need a wrapper...
// - nested dialog
// collapse on exit
// - nested dialog (exclusive)
// focus locked
// accept or abort closes nested dialog
// - open in the whole dialog...
// XXX
Toggle: function(title, options){
},