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
|
|
@ -10,6 +10,7 @@ Ox.AnnotationPanel = function(options, self) {
|
|||
var that = Ox.Element({}, self)
|
||||
.defaults({
|
||||
calendarSize: 256,
|
||||
clickLink: null,
|
||||
editable: false,
|
||||
font: 'small',
|
||||
layers: [],
|
||||
|
|
@ -149,6 +150,7 @@ Ox.AnnotationPanel = function(options, self) {
|
|||
selected = item ? item.id : '';
|
||||
self.$folder[i] = Ox.AnnotationFolder(
|
||||
Ox.extend({
|
||||
clickLink: self.options.clickLink,
|
||||
collapsed: !self.options.showLayers[layer.id],
|
||||
editable: self.options.editable,
|
||||
font: self.options.font,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue