examples/bootstrap/dashboard4.bjs
[roojs1] / examples / bootstrap / dashboard4.bjs
index ee84ec0..38de658 100644 (file)
@@ -7,6 +7,7 @@
  "modOrder" : "001",
  "strings" : {
   "e93b3fa481be3932aa08bd68c3deee70" : "example 1",
+  "552e21cd4cd9918678e3c1a0df491bc3" : "some text",
   "e037df87a91c6e2727f0d9eb15c8127f" : "this is the body text"
  },
  "items" : [
      "items" : [
       {
        "String header" : "example 1",
-       "String weight" : "primary",
+       "String weight" : "light",
        "xtype" : "Card",
        "$ xns" : "Roo.bootstrap",
        "String html" : "this is the body text",
        "String style" : "max-width:200px",
        "items" : [
         {
-         "xtype" : "Container",
-         "$ xns" : "Roo.bootstrap"
+         "xtype" : "Element",
+         "$ xns" : "Roo.bootstrap",
+         "String html" : "some text"
         }
        ]
       }