Changed examples/bootstrap/dashboard4.bjsexamples/bootstrap/dashboard4.js
authorAlan Knowles <alan@roojs.com>
Wed, 2 Dec 2020 06:54:30 +0000 (14:54 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 2 Dec 2020 06:54:30 +0000 (14:54 +0800)
examples/bootstrap/dashboard4.bjs
examples/bootstrap/dashboard4.js

index 60b7285..4f9e7db 100644 (file)
          "bool dropable" : true,
          "string drop_group" : "cards",
          "items" : [
+          {
+           "xtype" : "Form",
+           "$ xns" : "Roo.bootstrap",
+           "items" : [
+            {
+             "xtype" : "Input",
+             "$ xns" : "Roo.bootstrap"
+            }
+           ]
+          },
           {
            "String header" : "ticket 1",
            "string drag_group" : "cards",
index 573920b..f33f209 100644 (file)
@@ -69,6 +69,18 @@ dashboard4 = new Roo.XComponent({
          xns : Roo.bootstrap,
          '|xns' : 'Roo.bootstrap',
          items  : [
+          {
+           xtype : 'Form',
+           xns : Roo.bootstrap,
+           '|xns' : 'Roo.bootstrap',
+           items  : [
+            {
+             xtype : 'Input',
+             xns : Roo.bootstrap,
+             '|xns' : 'Roo.bootstrap'
+            }
+           ]
+          },
           {
            xtype : 'Card',
            collapsable : true,