forked from 0x2620/oxjs
set value of Ox.Editable
This commit is contained in:
parent
7475ef0124
commit
d8adee70f7
3 changed files with 4 additions and 1 deletions
|
|
@ -233,6 +233,8 @@ Ox.Editable = function(options, self) {
|
|||
self.$test && self.$test.css(css);
|
||||
self.$input && self.$input.css(css);
|
||||
self.$input && self.$input.find(self.options.type).css(css);
|
||||
} else if (key == 'value') {
|
||||
self.$value.html(formatValue());
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue