1
0
Fork 0
forked from 0x2620/oxjs

add calendar controls

This commit is contained in:
rlx 2011-10-31 12:45:08 +00:00
commit a727c32836
7 changed files with 189 additions and 4 deletions

View file

@ -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
})