3 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
4 <title>GMap Window Example</title>
5 <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />
9 <script type="text/javascript" src="../../adapter/ext/ext-base.js"></script>
12 <script type="text/javascript" src="../../ext-all.js"></script>
14 <!-- GMaps API Key that works for www.extjs.com -->
15 <script src="http://maps.google.com/maps?file=api&v=2&key=ABQIAAAA2CKu_qQN-JHtlfQ5L7BLlRRadLUjZPtnrRT4mXZqcP4UUH-2OxREmPm3GpN_NHsHuvuHd-QKI4YoRg" type="text/javascript"></script>
16 <!-- GMaps API Key that works for localhost -->
17 <!--<script src="http://maps.google.com/maps?file=api&v=2.x&key=ABQIAAAA2CKu_qQN-JHtlfQ5L7BLlRT2yXp_ZAY8_ufC3CFXhHIE1NvwkxQl3I3p2yrGARYK4f4bkjp9NHpm5w" type="text/javascript"></script>-->
20 <script src="../ux/GMapPanel.js"></script>
21 <script src="gmap.js"></script>
23 <!-- Common Styles for the examples -->
24 <link rel="stylesheet" type="text/css" href="../shared/examples.css" />
26 <style type="text/css">
34 <script type="text/javascript" src="../shared/examples.js"></script><!-- EXAMPLES -->
37 <p>This example shows how to create an extension and utilize an external library.</p>
38 <input type="button" id="show-btn" value="Gimme a Map" /><br /><br />
39 <p>Note that the js is not minified so it is readable. See <a href="../ux/GMapPanel.js">GMapPanel.js</a> and <a href="gmap.js">gmap.js</a> for the full source code.</p>