annotation folder: change autocomplete menu offset; update its position
This commit is contained in:
parent
17f4c87439
commit
a5d23b5c3f
1 changed files with 2 additions and 0 deletions
|
@ -295,6 +295,8 @@ Ox.AnnotationFolder = function(options, self) {
|
|||
autocompleteSelect: true,
|
||||
autocompleteSelectHighlight: true,
|
||||
autocompleteSelectMaxWidth: 256,
|
||||
autocompleteSelectOffset: {left: 0, top: 0},
|
||||
autocompleteSelectUpdate: true
|
||||
unformat: function(value) {
|
||||
return Ox.stripTags(value);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue