examples/bootstrap/ComboBox.html
[roojs1] / examples / bootstrap / ComboBox.html
1 <!DOCTYPE html>
2 <html>
3   <head>
4     <title>Bootstrap ComboBox Example</title>
5     <meta name="viewport" content="width=device-width, initial-scale=1.0">
6     
7     <!-- Bootstrap -->
8     <link rel="stylesheet" href="../../css-bootstrap4/bootstrap.min.css">
9     
10         
11         
12     <link rel="stylesheet" href="../../css-bootstrap/select2.css">        
13     <link rel="stylesheet" href="../../css-bootstrap/combobox.css">        
14         
15         
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   
21         
22     <!-- test code -->
23    </head>
24   
25   <body id="body">
26     <script type="text/javascript">
27         var baseURL = '/web.eventmanager/demo.local.php';
28         var rootURL = '/web.eventmanager';
29         Roo.onReady(function() {
30             Roo.XComponent.build();
31         });
32
33     </script>
34   </body>
35 </html>