📄 gmap.html.svn-base
字号:
<html><head><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>GMap Window Example</title> <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" /> <!-- GC --> <!-- LIBS --> <script type="text/javascript" src="../../adapter/ext/ext-base.js"></script> <!-- ENDLIBS --> <script type="text/javascript" src="../../ext-all.js"></script><!-- GMaps API Key that works for www.extjs.com --><!--<script src="http://maps.google.com/maps?file=api&v=2&key=ABQIAAAAUCG2rlIeVFJ07rCgVUYjhhSVbRpeAZk72H9nRSWIwLg0s1ul-BRlbCt360qbQumadan9ZlGxlCWzqg" type="text/javascript"></script>--><!-- GMaps API Key that works for localhost --><script src="http://maps.google.com/maps?file=api&v=2.x&key=ABQIAAAAJDLv3q8BFBryRorw-851MRT2yXp_ZAY8_ufC3CFXhHIE1NvwkxTyuslsNlFqyphYqv1PCUD8WrZA2A" type="text/javascript"></script> <script src="Ext.ux.GMapPanel.js"></script> <script src="gmap.js"></script><!-- Common Styles for the examples --><link rel="stylesheet" type="text/css" href="../shared/examples.css" /> <style type="text/css"> .x-panel-body p { margin:10px; font-size:12px; } </style></head><body><script type="text/javascript" src="../shared/examples.js"></script><!-- EXAMPLES --><h1>GMap Window</h1><p>This example shows how to create an extension and utilize an external library.</p><input type="button" id="show-btn" value="Gimme a Map" /><br /><br /><p>Note that the js is not minified so it is readable. See <a href="Ext.ux.GMapPanel.js">Ext.ux.GMapPanel.js</a> and <a href="gmap.js">gmap.js</a> for the full source code.</p></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -