Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@dbouwman
Created February 20, 2013 05:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dbouwman/4993061 to your computer and use it in GitHub Desktop.
Save dbouwman/4993061 to your computer and use it in GitHub Desktop.
Options with a tool items array
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