1
0
Fork 0
forked from 0x2620/oxjs

make find next/previous select the annotation

This commit is contained in:
rlx 2012-02-01 05:21:29 +00:00
commit 9b2766bc17
6 changed files with 137 additions and 19 deletions

View file

@ -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,