Ext-based GMapPanel
This sample creates an Ext.Panel, hides its title and sets an item of the type gmappanel.
What you will need
- Make sure to download a copy of the latest version of Sencha (Ext-JS). For this demo we're using version 3.2.1.
- Download the latest version of this extension from Google Code. For this demo we're using version .
- Learn the basics about the GoogleMaps API.
Sample Ext.ux.GMapPanel
Include the Libraries
Typically JavaScript libraries should be loaded at the bottom of the page to improve the perceived speed of the site. I usually include them immediately before the closing body tag.
Make sure to include the Google Maps API and Ext-JS before the user extension. Finally, include your custom code file.
Custom Code
Got a question? Ask it here.

