1
0
Fork 0
forked from 0x2620/oxjs

allow for autocomplete in annotations of type entity (first pass)

This commit is contained in:
rolux 2014-12-16 13:02:18 +00:00
commit d6a1dae8b8
5 changed files with 31 additions and 3 deletions

View file

@ -53,6 +53,7 @@ Ox.VideoAnnotationPanel = function(options, self) {
annotationsSort: 'position',
annotationsTooltip: Ox._('annotations'),
audioTrack: '',
autocomplete: null,
censored: [],
censoredIcon: '',
censoredTooltip: '',
@ -793,6 +794,7 @@ Ox.VideoAnnotationPanel = function(options, self) {
.appendTo(self.$menubar.$element);
self.$annotationPanel = Ox.AnnotationPanel({
autocomplete: self.options.autocomplete,
calendarSize: self.options.annotationsCalendarSize,
clickLink: self.options.clickLink,
editable: true,