examples/bootstrap/dashboard1.bjs.P4X6LX
authorAlan Knowles <alan@roojs.com>
Thu, 11 Sep 2014 10:15:29 +0000 (18:15 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 11 Sep 2014 10:15:29 +0000 (18:15 +0800)
examples/bootstrap/dashboard1.bjs
examples/bootstrap/dashboard1.js.KCT6LX
examples/bootstrap/dashboard1.js

examples/bootstrap/dashboard1.bjs
examples/bootstrap/dashboard1.js

index 8669c67..4d06a67 100644 (file)
                                                                                 },
                                                                                 {
                                                                                     "xtype" : "TextArea",
+                                                                                    "String fieldLabel" : "Textarea",
                                                                                     "$ xns" : "Roo.bootstrap"
+                                                                                },
+                                                                                {
+                                                                                    "xtype" : "TextArea",
+                                                                                    "$ xns" : "Roo.bootstrap",
+                                                                                    "String fieldLabel" : "Textarea"
                                                                                 }
                                                                             ]
                                                                         }
index 1ec2eba..6624429 100644 (file)
@@ -517,7 +517,13 @@ dashboard1 = new Roo.XComponent({
                                                                                 },
                                                                                {
                                                                                     xtype : 'TextArea',
+                                                                                    fieldLabel : 'Textarea',
                                                                                     xns : Roo.bootstrap
+                                                                                },
+                                                                               {
+                                                                                    xtype : 'TextArea',
+                                                                                    xns : Roo.bootstrap,
+                                                                                    fieldLabel : 'Textarea'
                                                                                 }
                                                                             ]