forked from 0x2620/oxjs
add calendar controls
This commit is contained in:
parent
1db1278ba2
commit
a727c32836
7 changed files with 189 additions and 4 deletions
|
|
@ -16,6 +16,7 @@ Ox.ListCalendar = function(options, self) {
|
|||
pageLength: 100,
|
||||
removePlace: null,
|
||||
selected: [],
|
||||
showControls: false,
|
||||
sort: [{key: 'name', operator: '+'}],
|
||||
width: 256
|
||||
})
|
||||
|
|
@ -231,6 +232,7 @@ Ox.ListCalendar = function(options, self) {
|
|||
date: new Date(0),
|
||||
events: Ox.clone(self.options.events, true),
|
||||
height: self.options.height,
|
||||
showControls: self.options.showControls,
|
||||
width: self.options.width - 514,
|
||||
zoom: 4
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue