examples/bootstrap/dashboard4.bjs
[roojs1] / examples / bootstrap / dashboard4.js
index eed3d35..444ad9b 100644 (file)
@@ -6,8 +6,8 @@ dashboard4 = new Roo.XComponent({
 
  _strings : {
   'e93b3fa481be3932aa08bd68c3deee70' :"example 1",
-  '552e21cd4cd9918678e3c1a0df491bc3' :"some text",
-  'e037df87a91c6e2727f0d9eb15c8127f' :"this is the body text"
+  'e037df87a91c6e2727f0d9eb15c8127f' :"this is the body text",
+  'd9fb0367346d21079a1c52d72da61c9f' :"ticket 1"
  },
 
   part     :  ["bootstrap", "dashboard4" ],
@@ -43,14 +43,9 @@ dashboard4 = new Roo.XComponent({
        xns : Roo.bootstrap,
        '|xns' : 'Roo.bootstrap',
        items  : [
-        {
-         xtype : 'Element',
-         html : _this._strings['552e21cd4cd9918678e3c1a0df491bc3'] /* some text */,
-         xns : Roo.bootstrap,
-         '|xns' : 'Roo.bootstrap'
-        },
         {
          xtype : 'Card',
+         header : _this._strings['d9fb0367346d21079a1c52d72da61c9f'] /* ticket 1 */,
          xns : Roo.bootstrap,
          '|xns' : 'Roo.bootstrap'
         }