forked from 0x2620/oxjs
allow for autocomplete in annotations of type entity (first pass)
This commit is contained in:
parent
ad7e5f3eaf
commit
d6a1dae8b8
5 changed files with 31 additions and 3 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue