examples/bootstrap/dashboard4.bjs
authorAlan Knowles <alan@roojs.com>
Tue, 10 Nov 2020 09:01:19 +0000 (17:01 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 10 Nov 2020 09:01:19 +0000 (17:01 +0800)
examples/bootstrap/dashboard4.js

examples/bootstrap/dashboard4.bjs
examples/bootstrap/dashboard4.js

index 526875a..494b55b 100644 (file)
            "bool dropable" : true,
            "string drop_group" : "cards",
            "items" : [
+            {
+             "String header" : "ticket 1",
+             "string drag_group" : "cards",
+             "String weight" : "light",
+             "String margin_bottom" : 3,
+             "xtype" : "Card",
+             "$ xns" : "Roo.bootstrap",
+             "String html" : "body goes here",
+             "bool dragable" : true
+            },
             {
              "String header" : "ticket 1",
              "string drag_group" : "cards",
index 6e7085e..968e180 100644 (file)
@@ -57,6 +57,17 @@ dashboard4 = new Roo.XComponent({
            xns : Roo.bootstrap,
            '|xns' : 'Roo.bootstrap',
            items  : [
+            {
+             xtype : 'Card',
+             dragable : true,
+             drag_group : 'cards',
+             header : _this._strings['d9fb0367346d21079a1c52d72da61c9f'] /* ticket 1 */,
+             html : _this._strings['60ee66eb2cd31823032664c2e9a79fd5'] /* body goes here */,
+             margin_bottom : 3,
+             weight : 'light',
+             xns : Roo.bootstrap,
+             '|xns' : 'Roo.bootstrap'
+            },
             {
              xtype : 'Card',
              dragable : true,