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