forked from 0x2620/oxjs
add clickLink to video widgets
This commit is contained in:
parent
41e191f217
commit
f2d7beeb22
6 changed files with 23 additions and 4 deletions
|
|
@ -21,6 +21,7 @@ Ox.VideoPanel = function(options, self) {
|
|||
annotationsSize: 256,
|
||||
annotationsSort: 'position',
|
||||
censored: [],
|
||||
clickLink: null,
|
||||
cuts: [],
|
||||
duration: 0,
|
||||
enableSubtitles: false,
|
||||
|
|
@ -168,6 +169,7 @@ Ox.VideoPanel = function(options, self) {
|
|||
|
||||
self.$annotationPanel = Ox.AnnotationPanel({
|
||||
calendarSize: self.options.annotationsCalendarSize,
|
||||
clickLink: self.options.clickLink,
|
||||
editable: false,
|
||||
font: self.options.annotationsFont,
|
||||
'in': self.options['in'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue