forked from 0x2620/oxjs
make annotation map/calendar size/state sticky
This commit is contained in:
parent
36c1cda12a
commit
56cf323110
5 changed files with 162 additions and 111 deletions
|
|
@ -1216,12 +1216,13 @@ Ox.Calendar = function(options, self) {
|
|||
if (key == 'date') {
|
||||
|
||||
} else if (key == 'height') {
|
||||
//that.css({height: self.options.height + 'px'});
|
||||
that.css({height: self.options.height + 'px'});
|
||||
} else if (key == 'selected') {
|
||||
selectEvent(value);
|
||||
} else if (key == 'width') {
|
||||
//that.css({width: self.options.width + 'px'});
|
||||
//self.$zoomInput.options({size: self.options.width});
|
||||
that.css({width: self.options.width + 'px'});
|
||||
self.options.showZoombar && self.$zoomInput.options({size: self.options.width});
|
||||
renderOverlay();
|
||||
//getLines();
|
||||
} else if (key == 'zoom') {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue