sync
[roojs1] / examples / bootstrap / dashboard4.js
index a445f22..eb9ff50 100644 (file)
@@ -6,7 +6,7 @@ dashboard4 = new Roo.XComponent({
 
  _strings : {
   'e93b3fa481be3932aa08bd68c3deee70' :"example 1",
-  'e037df87a91c6e2727f0d9eb15c8127f' :"this is the body text",
+  '60ee66eb2cd31823032664c2e9a79fd5' :"body goes here",
   '9cf863d802aca813531ca28b319ead90' :"Add Issue",
   'd9fb0367346d21079a1c52d72da61c9f' :"ticket 1"
  },
@@ -37,17 +37,20 @@ dashboard4 = new Roo.XComponent({
      items  : [
       {
        xtype : 'Card',
+       footer : 'a footer',
        header : _this._strings['e93b3fa481be3932aa08bd68c3deee70'] /* example 1 */,
-       html : _this._strings['e037df87a91c6e2727f0d9eb15c8127f'] /* this is the body text */,
-       style : 'max-width:200px',
-       weight : 'light',
+       style : 'max-width:300px',
+       weight : 'danger',
        xns : Roo.bootstrap,
        '|xns' : 'Roo.bootstrap',
        items  : [
         {
          xtype : 'Card',
+         dragable : true,
          header : _this._strings['d9fb0367346d21079a1c52d72da61c9f'] /* ticket 1 */,
+         html : _this._strings['60ee66eb2cd31823032664c2e9a79fd5'] /* body goes here */,
          margin_bottom : 3,
+         weight : 'light',
          xns : Roo.bootstrap,
          '|xns' : 'Roo.bootstrap'
         },