examples/bootstrap/dashboard1.bjs.PVT6LX
authorAlan Knowles <alan@roojs.com>
Thu, 11 Sep 2014 10:18:03 +0000 (18:18 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 11 Sep 2014 10:18:03 +0000 (18:18 +0800)
examples/bootstrap/dashboard1.bjs
examples/bootstrap/dashboard1.js.42J6LX
examples/bootstrap/dashboard1.js
examples/bootstrap/dashboard1.bjs.27H6LX
examples/bootstrap/dashboard1.js.CAF6LX

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

index 5206c66..167f409 100644 (file)
                                                                                     "$ xns" : "Roo.bootstrap",
                                                                                     "String fieldLabel" : "Textarea"
                                                                                 },
+                                                                                {
+                                                                                    "String cls" : "has-success",
+                                                                                    "xtype" : "Input",
+                                                                                    "string placeholder" : "cls = has-success",
+                                                                                    "String fieldLabel" : "Input with Success",
+                                                                                    "$ xns" : "Roo.bootstrap"
+                                                                                },
                                                                                 {
                                                                                     "String cls" : "has-success",
                                                                                     "xtype" : "Input",
index a310da9..abd9574 100644 (file)
@@ -527,6 +527,13 @@ dashboard1 = new Roo.XComponent({
                                                                                     xns : Roo.bootstrap,
                                                                                     fieldLabel : 'Textarea'
                                                                                 },
+                                                                               {
+                                                                                    cls : 'has-success',
+                                                                                    xtype : 'Input',
+                                                                                    placeholder : 'cls = has-success',
+                                                                                    fieldLabel : 'Input with Success',
+                                                                                    xns : Roo.bootstrap
+                                                                                },
                                                                                {
                                                                                     cls : 'has-success',
                                                                                     xtype : 'Input',