fix #7861 - add multiline combobox MultiLineTag
[roojs1] / examples / bootstrap4 / multiLineTag.html
diff --git a/examples/bootstrap4/multiLineTag.html b/examples/bootstrap4/multiLineTag.html
new file mode 100644 (file)
index 0000000..4d647d0
--- /dev/null
@@ -0,0 +1,17 @@
+<html>
+    <head>
+        <meta name="viewport" content="width=device-width, initial-scale=1.0">
+        <link rel="stylesheet" type="text/css" href="../../css-bootstrap4/bootstrap.min.css">
+        <link rel="stylesheet" type="text/css" href="../../css-bootstrap4/roojs-bootstrap.css">
+        <script type="text/javascript" src="../../roojs-core-debug.js"></script>
+        <script type="text/javascript" src="../../roojs-bootstrap-debug.js"></script>
+        <script type="text/javascript" src="multiLineTag.js"></script>
+    </head>
+    <body>
+        <script type="text/javascript">
+            Roo.onReady(function() {
+                Roo.XComponent.build();
+            });
+        </script>
+    </body>
+</html>
\ No newline at end of file