examples/bootstrap/dashboard1.bjs.S9TZLX
authorAlan Knowles <alan@roojs.com>
Thu, 11 Sep 2014 10:18:28 +0000 (18:18 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 11 Sep 2014 10:18:28 +0000 (18:18 +0800)
examples/bootstrap/dashboard1.bjs
examples/bootstrap/dashboard1.js.9ALZLX
examples/bootstrap/dashboard1.js
examples/bootstrap/dashboard1.bjs.9VEEMX
examples/bootstrap/dashboard1.js.439DMX
examples/bootstrap/dashboard1.bjs.NB4DMX
examples/bootstrap/dashboard1.js.1XGFMX

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

index 3c4e625..f548a01 100644 (file)
                                                                                 {
                                                                                     "String cls" : "has-warning",
                                                                                     "xtype" : "Input",
-                                                                                    "string placeholder" : "cls = has-success",
+                                                                                    "string placeholder" : "cls = has-warning",
+                                                                                    "String fieldLabel" : "Input with Warning",
+                                                                                    "$ xns" : "Roo.bootstrap"
+                                                                                },
+                                                                                {
+                                                                                    "String cls" : "has-warning",
+                                                                                    "xtype" : "Input",
+                                                                                    "string placeholder" : "cls = has-error",
                                                                                     "String fieldLabel" : "Input with Warning",
                                                                                     "$ xns" : "Roo.bootstrap"
                                                                                 }
index 11126ff..f09d04d 100644 (file)
@@ -537,7 +537,14 @@ dashboard1 = new Roo.XComponent({
                                                                                {
                                                                                     cls : 'has-warning',
                                                                                     xtype : 'Input',
-                                                                                    placeholder : 'cls = has-success',
+                                                                                    placeholder : 'cls = has-warning',
+                                                                                    fieldLabel : 'Input with Warning',
+                                                                                    xns : Roo.bootstrap
+                                                                                },
+                                                                               {
+                                                                                    cls : 'has-warning',
+                                                                                    xtype : 'Input',
+                                                                                    placeholder : 'cls = has-error',
                                                                                     fieldLabel : 'Input with Warning',
                                                                                     xns : Roo.bootstrap
                                                                                 }