mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30: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.value
|
||||||
], options) },
|
], options) },
|
||||||
{
|
{
|
||||||
|
// XXX
|
||||||
|
Text: function(title, value, options){
|
||||||
|
return this.__proto__.Text([title, value], options) },
|
||||||
|
|
||||||
// Editable field value...
|
// Editable field value...
|
||||||
//
|
//
|
||||||
// NOTE: this is a shorthand to:
|
// NOTE: this is a shorthand to:
|
||||||
@ -628,6 +632,7 @@ Items.makeSubContext('field',
|
|||||||
Editable: function(title, value, options){
|
Editable: function(title, value, options){
|
||||||
return this.__proto__.Editable([title, value], options) },
|
return this.__proto__.Editable([title, value], options) },
|
||||||
|
|
||||||
|
|
||||||
// Togglable field value...
|
// Togglable field value...
|
||||||
//
|
//
|
||||||
// XXX should we have a version of this with the value in a button
|
// XXX should we have a version of this with the value in a button
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user