forked from 0x2620/oxjs
fix list calendar bugs
This commit is contained in:
parent
b19e4c0c79
commit
e8b1362309
5 changed files with 17 additions and 15 deletions
|
|
@ -344,6 +344,13 @@ Ox.Calendar = function(options, self) {
|
|||
posision: 'absolute',
|
||||
top: (self.options.showToolbar * 24) + 'px'
|
||||
})
|
||||
.bindEvent({
|
||||
dragstart: dragstart,
|
||||
drag: drag,
|
||||
dragpause: dragpause,
|
||||
dragend: dragend,
|
||||
singleclick: singleclick
|
||||
})
|
||||
.appendTo(that);
|
||||
|
||||
self.$container = Ox.Element()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue