Skip to content

Instantly share code, notes, and snippets.

@feedhenry-gists
Created June 9, 2011 10:16
Show Gist options
  • Save feedhenry-gists/1016475 to your computer and use it in GitHub Desktop.
Save feedhenry-gists/1016475 to your computer and use it in GitHub Desktop.
Mapping Example Sencha UI Definition
var menu = [
{
title: 'Placemarks',
items: [
{
text: 'Show Placemarks',
ui_type: 'button',
handler: 'map.show'
},
{
ui_type: 'panel',
id: 'maps_div'
}
]
}
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment