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
|
|
@ -25,7 +25,7 @@ Ox.AnnotationFolder = function(options, self) {
|
|||
clickLink: null,
|
||||
collapsed: false,
|
||||
editable: false,
|
||||
highlight: null,
|
||||
highlight: '',
|
||||
id: '',
|
||||
'in': 0,
|
||||
item: '',
|
||||
|
|
@ -206,7 +206,7 @@ Ox.AnnotationFolder = function(options, self) {
|
|||
self.$annotations = Ox.ArrayEditable({
|
||||
clickLink: self.options.clickLink,
|
||||
editable: self.options.editable,
|
||||
highlight: self.highlight,
|
||||
highlight: self.options.highlight,
|
||||
items: self.annotations,
|
||||
placeholder: 'No ' + self.options.title,
|
||||
selected: self.options.selected,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue