Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2020-03-11 04:22:09 +03:00
parent 8c4561aa6b
commit a0bb0ba7f6

View File

@ -627,6 +627,10 @@ Items.makeSubContext('field',
// Togglable field value... // Togglable field value...
// //
// XXX should we have a version of this with the value in a button
// 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 // XXX
Toggle: function(title, options){ Toggle: function(title, options){
}, },