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

@ -227,6 +227,11 @@ Ox.MainMenu = function(options, self) {
return that;
};
that.setItemTitle = function(id, title) {
that.getItem(id).options({title: title});
return that;
};
/*@
uncheckItem <f> uncheckItem
@*/