examples/bootstrap/ComboBox.html
[roojs1] / examples / bootstrap / ComboBox.html
index 6bd86f2..8c65e93 100644 (file)
@@ -1,14 +1,34 @@
-<!--
-To change this template, choose Tools | Templates
-and open the template in the editor.
--->
 <!DOCTYPE html>
 <html>
-    <head>
-        <title></title>
-        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-    </head>
-    <body>
-        <div>TODO write content</div>
-    </body>
-</html>
+  <head>
+    <title>Bootstrap ComboBox Example</title>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    
+    <!-- Bootstrap -->
+    <link rel="stylesheet" href="../../css-bootstrap/bootstrap.min.css">
+    
+        
+        
+    <link rel="stylesheet" href="../../css-bootstrap/roojs-bootstrap-debug.css">        
+        
+        
+    <script type="text/javascript" src="../../roojs-core-debug.js"></script>
+      <script type="text/javascript" src="../../roojs-bootstrap-debug.js"></script>
+
+  
+        
+    <!-- test code -->
+    <script type="text/javascript" src="ComboBox.js"></script>
+  </head>
+  
+  <body id="body">
+    <script type="text/javascript">
+        var baseURL = '/web.eventmanager/demo.local.php';
+        var rootURL = '/web.eventmanager';
+        Roo.onReady(function() {
+            Roo.XComponent.build();
+        });
+
+    </script>
+  </body>
+</html>
\ No newline at end of file