8af21ee3ae8a8dc2bc90874127c9e02ac62bc18c
[roojs1] / examples / bootstrap4 / RadioSet.html
1 <!DOCTYPE html>
2 <html class="bg-black">
3   <head>
4     <title>Radio Set for bootstrap test</title>
5     <meta name="viewport" content="width=device-width, initial-scale=1.0">
6     
7     <!-- Bootstrap -->
8     <link rel="stylesheet" href="../../css-bootstrap/bootstrap.min.css">
9     <link rel="stylesheet" href="../../css-bootstrap/roojs-bootstrap-debug.css">
10     <link rel="stylesheet" href="../../css-bootstrap/font-awesome.css">
11     
12     <script type="text/javascript" src="../../roojs-core-debug.js"></script>
13     <!-- bootstrap js.. needs to compile it later.. -->
14     <script type="text/javascript" src="../../roojs-bootstrap-debug.js"></script>
15   
16     
17      <script type="text/javascript">
18         
19      </script>
20
21     <!-- test code -->
22     <script type="text/javascript" src="RadioSet.js"></script>
23     
24   </head>
25   <body id="body">
26     <script type="text/javascript">
27       Roo.onReady(function() {
28             Roo.XComponent.hideProgress = true;
29             Roo.XComponent.build();
30       });
31     </script>
32   </body>
33 </html>