examples/bootstrap/dashboard4.bjs
[roojs1] / examples / bootstrap / dashboard4.bjs
index 32a1479..10edccb 100644 (file)
@@ -6,9 +6,11 @@
  "permname" : "",
  "modOrder" : "001",
  "strings" : {
+  "098f6bcd4621d373cade4e832627b4f6" : "test",
   "e93b3fa481be3932aa08bd68c3deee70" : "example 1",
   "60ee66eb2cd31823032664c2e9a79fd5" : "body goes here",
   "9cf863d802aca813531ca28b319ead90" : "Add Issue",
+  "fb66f41b81f5973740bbfed019aa5d7d" : "Upload Images or Documents",
   "d9fb0367346d21079a1c52d72da61c9f" : "ticket 1"
  },
  "items" : [
@@ -44,6 +46,7 @@
            "String weight" : "light",
            "String margin_bottom" : 3,
            "xtype" : "Card",
+           "bool collapsable" : true,
            "$ xns" : "Roo.bootstrap",
            "String html" : "body goes here",
            "bool dragable" : true
            "String html" : "Add Issue"
           }
          ]
+        },
+        {
+         "xtype" : "Card",
+         "$ xns" : "Roo.bootstrap",
+         "String title" : "test",
+         "items" : [
+          {
+           "xtype" : "UploadCropbox",
+           "$ xns" : "Roo.bootstrap"
+          }
+         ]
+        },
+        {
+         "xtype" : "Card",
+         "$ xns" : "Roo.bootstrap",
+         "String title" : "test",
+         "items" : [
+          {
+           "xtype" : "DocumentManager",
+           "$ xns" : "Roo.bootstrap"
+          }
+         ]
+        },
+        {
+         "xtype" : "Column",
+         "Number xs" : 3,
+         "$ xns" : "Roo.bootstrap",
+         "items" : [
+          {
+           "String footer" : "test",
+           "xtype" : "Card",
+           "String header_image" : "https://www.roojs.com/Roojscom/templates/images/roojsolutions-tr-100.png",
+           "$ xns" : "Roo.bootstrap",
+           "String title" : "test"
+          }
+         ]
+        },
+        {
+         "xtype" : "Card",
+         "$ xns" : "Roo.bootstrap",
+         "String title" : "test",
+         "items" : [
+          {
+           "xtype" : "CardUploader",
+           "string html" : "Upload Images or Documents",
+           "$ xns" : "Roo.bootstrap"
+          }
+         ]
         }
        ]
       }