add 'unformat' option to editables

This commit is contained in:
rolux 2014-12-16 20:38:41 +00:00
commit e43881c594
3 changed files with 8 additions and 3 deletions

View file

@ -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);
}
} : {}))