]> git.proxmox.com Git - extjs.git/blame - extjs/build/examples/classic/window/gmap.html
add extjs 6.0.1 sources
[extjs.git] / extjs / build / examples / classic / window / gmap.html
CommitLineData
6527f429
DM
1<!DOCTYPE html>\r
2<html>\r
3<head>\r
4 <meta http-equiv="X-UA-Compatible" content="IE=edge">\r
5 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">\r
6 <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">\r
7 <title>GMap Window Example</title>\r
8 <link rel="stylesheet" type="text/css" href="../shared/examples.css" />\r
9\r
10 <!-- GC -->\r
11\r
12\r
13 <script type="text/javascript" src="../shared/include-ext.js"></script>\r
14 <script type="text/javascript" src="../shared/options-toolbar.js"></script>\r
15 <script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?v=3&sensor=false"></script>\r
16 <script src="gmap.js"></script>\r
17\r
18\r
19</head>\r
20<body>\r
21 <h1>GMap Window</h1>\r
22 <p>This example shows how to create an extension and utilize an external library.</p>\r
23 <input type="button" id="show-btn" value="Gimme a Map" /><br /><br />\r
24 <p>Note that the js is not minified so it is readable. See <a href="gmap.js">gmap.js</a> for the full source code.</p>\r
25</body>\r
26</html>\r