Skip to content

Instantly share code, notes, and snippets.

@kcarrier
Created August 28, 2015 18:03
Show Gist options
  • Save kcarrier/e0cb82671acc67d29bc0 to your computer and use it in GitHub Desktop.
Save kcarrier/e0cb82671acc67d29bc0 to your computer and use it in GitHub Desktop.
widgets: {
growler: {
include: true,
id: 'growler',
type: 'domNode',
path: 'gis/dijit/Growler',
srcNodeRef: 'growlerDijit',
options: {}
},
bottom: {
id: 'sidebarBottom',
placeAt: 'outer',
splitter: true,
collapsible: true,
region: 'bottom',
style: 'height:300px;display:block;',
content: '<div id="timeSlider" style="height:100%;"></div>'
},
timeSlider: {
include: true,
id: 'timeSlider',
type: 'domNode',
srcNodeRef: 'timeSlider',
path: 'gis/dijit/TimeSlider',
title: 'Time Slider',
options: {
map: true,
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment