forked from 0x2620/oxjs
add 'unformat' option to editables
This commit is contained in:
parent
ad4e7dfa9a
commit
e43881c594
3 changed files with 8 additions and 3 deletions
|
|
@ -295,7 +295,7 @@ Ox.AnnotationFolder = function(options, self) {
|
|||
autocompleteSelect: true,
|
||||
autocompleteSelectHighlight: true,
|
||||
autocompleteSelectMaxWidth: 256,
|
||||
format: function(value) {
|
||||
unformat: function(value) {
|
||||
return Ox.stripTags(value);
|
||||
}
|
||||
} : {}))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue