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