roojs-all.js
[roojs1] / examples / bootstrap4 / 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-bootstrap4/roojs-bootstrap-debug.css">        
13         
14         
15     <script type="text/javascript" src="../../roojs-core-debug.js"></script>
16       <script type="text/javascript" src="../../roojs-bootstrap-debug.js"></script>
17
18   
19         
20     <!-- test code -->
21     <script type="text/javascript" src="../bootstrap/ComboBox.js"></script>
22   </head>
23   
24   <body id="body">
25     <script type="text/javascript">
26         var baseURL = '/web.eventmanager/demo.local.php';
27         var rootURL = '/web.eventmanager';
28         Roo.onReady(function() {
29             Roo.XComponent.build();
30         });
31
32     </script>
33   </body>
34 </html>