forked from 0x2620/oxjs
make find next/previous select the annotation
This commit is contained in:
parent
319608b5ac
commit
9b2766bc17
6 changed files with 137 additions and 19 deletions
|
|
@ -11,7 +11,7 @@ Ox.ArrayEditable = function(options, self) {
|
|||
.defaults({
|
||||
clickLink: null,
|
||||
editable: true,
|
||||
highlight: null,
|
||||
highlight: '',
|
||||
itemName: 'item',
|
||||
items: [],
|
||||
maxHeight: void 0,
|
||||
|
|
@ -114,6 +114,7 @@ Ox.ArrayEditable = function(options, self) {
|
|||
return value || ' '
|
||||
},
|
||||
*/
|
||||
highlight: self.options.highlight,
|
||||
maxHeight: self.options.maxHeight,
|
||||
submitOnBlur: self.options.submitOnBlur,
|
||||
tooltip: 'Click to select' + (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue