sync
[roojs1] / examples / bootstrap / dashboard4.js
index 573920b..0593b5c 100644 (file)
@@ -7,6 +7,7 @@ dashboard4 = new Roo.XComponent({
  _strings : {
   '098f6bcd4621d373cade4e832627b4f6' :"test",
   '9c1ab57e621c2bb257798752dbbe6f14' :"view source",
+  '292fa2a8793f6a1fce028684a46ff33c' :"Add a new Card",
   'e93b3fa481be3932aa08bd68c3deee70' :"example 1",
   '60ee66eb2cd31823032664c2e9a79fd5' :"body goes here",
   'fb66f41b81f5973740bbfed019aa5d7d' :"Upload Images or Documents",
@@ -69,6 +70,20 @@ dashboard4 = new Roo.XComponent({
          xns : Roo.bootstrap,
          '|xns' : 'Roo.bootstrap',
          items  : [
+          {
+           xtype : 'Form',
+           xns : Roo.bootstrap,
+           '|xns' : 'Roo.bootstrap',
+           items  : [
+            {
+             xtype : 'Input',
+             before : '<i class=\"fa fa-plus\"></i>',
+             placeholder : _this._strings['292fa2a8793f6a1fce028684a46ff33c'] /* Add a new Card */,
+             xns : Roo.bootstrap,
+             '|xns' : 'Roo.bootstrap'
+            }
+           ]
+          },
           {
            xtype : 'Card',
            collapsable : true,