1
0
Fork 0
forked from 0x2620/oxjs

fix tooltip of splitpanel resizebar; allow for setting the showannotations option of video player and editor panels from outside

This commit is contained in:
rlx 2011-10-13 10:10:39 +00:00
commit 768dd6c7aa
35 changed files with 20 additions and 24 deletions

View file

@ -259,6 +259,8 @@ Ox.VideoPanelPlayer = function(options, self) {
self.$timeline.options({
position: value
});
} else if (key == 'showAnnotations') {
that.$element.toggle(1);
} else if (key == 'width') {
self.$video.options({
width: getPlayerWidth()