1
0
Fork 0
forked from 0x2620/oxjs

add clickLink to video widgets

This commit is contained in:
j 2012-01-17 21:13:46 +05:30
commit f2d7beeb22
6 changed files with 23 additions and 4 deletions

View file

@ -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,