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

@ -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' + (