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
|
|
@ -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],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue