roojs-all.js
[roojs1] / examples / bootstrap / LocationPicker.html
1 <!DOCTYPE html>
2 <html>
3   <head>
4     <title>Bootstrap Location Picker Example</title>
5     <meta name="viewport" content="width=device-width, initial-scale=1.0">
6     
7     <!-- Bootstrap -->
8       <link rel="stylesheet" href="../../css-bootstrap/bootstrap.min.css">
9         
10       <link rel="stylesheet" href="../../css-bootstrap/roojs-bootstrap.css">
11
12   
13         
14         
15     <script type="text/javascript" src='http://maps.google.com/maps/api/js?sensor=false&libraries=places'></script>
16     
17     <script type="text/javascript" src="../../roojs-core-debug.js"></script>
18     <script type="text/javascript" src="../../roojs-bootstrap-debug.js"></script>
19     
20     <script type="text/javascript" src="../../Roo/bootstrap/LocationPicker.js"></script>
21     
22     <!-- test code -->
23     <script type="text/javascript" src="LocationPicker.js"></script>
24   </head>
25   
26   <body id="body">
27     <script type="text/javascript">
28         Roo.onReady(function() {
29             Roo.XComponent.build();
30         });
31
32     </script>
33   </body>
34 </html>