roojs-all.js
[roojs1] / examples / bootstrap4 / 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" type="text/css" href="../../css-bootstrap4/bootstrap.min.css">
9     <link rel="stylesheet" type="text/css" href="../../css-bootstrap4/roojs-bootstrap.css">
10     <link rel="stylesheet" type="text/css" href="../../css-bootstrap/font-awesome.css">
11     
12     <script type="text/javascript" src="../../roojs-debug.js"></script>
13     
14      <script type="text/javascript" src="../../roojs-bootstrap-debug.js"></script>
15       
16     <script type="text/javascript" src='http://maps.google.com/maps/api/js?sensor=false&libraries=places'></script>
17     
18      
19     <!-- test code -->
20     <script type="text/javascript" src="../bootstrap/LocationPicker.js"></script>
21   </head>
22   
23   <body id="body">
24     <script type="text/javascript">
25         Roo.onReady(function() {
26             Roo.XComponent.build();
27         });
28
29     </script>
30   </body>
31 </html>