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

@ -28,6 +28,9 @@ Ox.ListMap = function(options, self) {
places: null,
removePlace: null,
selected: [],
showControls: false,
showLabels: false,
showTypes: false,
sort: [{key: 'geoname', operator: '+'}],
width: 256
})
@ -310,6 +313,8 @@ Ox.ListMap = function(options, self) {
height: self.options.height,
places: self.options.places,
//statusbar: true,
showControls: self.options.showControls,
showLabels: self.options.showLabels,
showTypes: self.options.showTypes,
toolbar: true,
width: self.options.width - 514,//self.mapResize[1],