forked from 0x2620/oxjs
update video editor (maps, calendars)
This commit is contained in:
parent
1445824ffd
commit
dc47e901ad
9 changed files with 196 additions and 69 deletions
|
|
@ -108,6 +108,8 @@ Ox.CollapsePanel = function(options, self) {
|
|||
@*/
|
||||
self.setOption = function(key, value) {
|
||||
if (key == 'collapsed') {
|
||||
// will be toggled again in toggleCollapsed
|
||||
self.options.collapsed = !self.options.collapsed;
|
||||
self.$button.trigger('click');
|
||||
} else if (key == 'title') {
|
||||
self.$title.html(self.options.title);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue