1
0
Fork 0
forked from 0x2620/oxjs

cleanup Resizebar; make tooltips in VideoEditor, VideoPanel and VideoTimelinePanel configurable

This commit is contained in:
rlx 2012-09-17 08:36:21 +00:00
commit 926410d663
4 changed files with 36 additions and 33 deletions

View file

@ -37,6 +37,7 @@ Ox.VideoTimelinePanel = function(options, self) {
annotationsRange: 'all',
annotationsSize: 256,
annotationsSort: 'position',
annotationsTooltip: 'annotations',
censored: [],
censoredIcon: '',
censoredTooltip: '',
@ -234,7 +235,7 @@ Ox.VideoTimelinePanel = function(options, self) {
resizable: true,
resize: [192, 256, 320, 384],
size: self.options.annotationsSize,
tooltip: self.options.tooltips ? 'annotations' : false
tooltip: self.options.annotationsTooltip
}
],
orientation: 'horizontal'