Created
February 20, 2013 05:09
-
-
Save dbouwman/4993061 to your computer and use it in GitHub Desktop.
Options with a tool items array
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var options = { | |
toolItems: [ | |
{name: 'Search', eventToRaise: 'View:Search', iconclass: 'entypo-search'}, | |
{name: 'Stats', eventToRaise: 'View:Stats', iconclass: 'entypo-chart-bar'}, | |
{name: 'Layer List', eventToRaise: 'View:LayerList', iconclass: 'entypo-map'}, | |
] | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment