update placeholder
This commit is contained in:
parent
32d3275bd3
commit
28cc45485a
1 changed files with 3 additions and 0 deletions
|
@ -36,6 +36,9 @@ Ox.EditableContent = function(options, self) {
|
||||||
submit();
|
submit();
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
placeholder: function() {
|
||||||
|
!self.options.editing && that.html(formatValue());
|
||||||
|
},
|
||||||
highlight: function() {
|
highlight: function() {
|
||||||
!self.options.editing && that.html(formatValue());
|
!self.options.editing && that.html(formatValue());
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue