mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +00:00
rethinking the arch...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
6a59eae3d7
commit
20bb124696
@ -621,6 +621,10 @@ Items.makeSubContext('field',
|
||||
: options.value
|
||||
], options) },
|
||||
{
|
||||
// XXX
|
||||
Text: function(title, value, options){
|
||||
return this.__proto__.Text([title, value], options) },
|
||||
|
||||
// Editable field value...
|
||||
//
|
||||
// NOTE: this is a shorthand to:
|
||||
@ -628,6 +632,7 @@ Items.makeSubContext('field',
|
||||
Editable: function(title, value, options){
|
||||
return this.__proto__.Editable([title, value], options) },
|
||||
|
||||
|
||||
// Togglable field value...
|
||||
//
|
||||
// XXX should we have a version of this with the value in a button
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user