examples/bootstrap/LocationPicker.html
[roojs1] / examples / bootstrap / Numberbox.html
1 <!DOCTYPE html>
2 <html>
3   <head>
4     <title>Bootstrap Numberbox Example</title>
5     <meta name="viewport" content="width=device-width, initial-scale=1.0">
6     
7     <!-- Bootstrap -->
8    <link href="../../css-bootstrap/bootstrap.min.css" rel="stylesheet" type="text/css" />   
9     <link href="../../css-bootstrap/font-awesome.css" rel="stylesheet" type="text/css" />
10     <link href="../../css-bootstrap/roojs-bootstrap-debug.css" rel="stylesheet" type="text/css" />
11         
12          
13     <link rel="stylesheet" href="/bootswatch/AdminLTE-master/css/AdminLTE.css">
14         
15     <script type="text/javascript" src="../../roojs-core-debug.js"></script>
16     <!-- bootstrap js.. needs to compile it later.. -->
17     <script type="text/javascript" src="../../roojs-bootstrap-debug.js"></script>
18      
19 <script type="text/javascript" src="../../Roo/bootstrap/dash/NumberBox.js"></script>
20 <script type="text/javascript" src="../../Roo/bootstrap/dash/TabBox.js"></script>
21  
22 <script type="text/javascript" src="../../../../g.raphael/raphael-min.js"></script>
23     <script type="text/javascript" src="../../../../g.raphael/g.raphael.0.51.js"></script>
24 <script type="text/javascript" src="../../../../g.raphael/g.bar.0.51.js"></script>
25 <script type="text/javascript" src="../../../../g.raphael/g.pie.js"></script>
26
27
28
29         
30     <!-- test code -->
31     <script type="text/javascript" src="Numberbox.js"></script>
32   </head>
33   
34   <body id="body">
35     <script type="text/javascript">
36         var baseURL = '/web.eventmanager/demo.local.php';
37         var rootURL = '/web.eventmanager';
38         Roo.onReady(function() {
39             Roo.XComponent.build();
40         });
41
42     </script>
43   </body>
44 </html>