examples/bootstrap/dashboard1.bjs.FNZ6LX
authorAlan Knowles <alan@roojs.com>
Thu, 11 Sep 2014 08:08:07 +0000 (16:08 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 11 Sep 2014 08:08:07 +0000 (16:08 +0800)
examples/bootstrap/dashboard1.bjs
examples/bootstrap/dashboard1.js.NOJ6LX
examples/bootstrap/dashboard1.js
examples/bootstrap/dashboard1.bjs.GYH6LX
examples/bootstrap/dashboard1.js.NAQ6LX

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

index e643723..839aa34 100644 (file)
                                                                                     "Number level" : 4,
                                                                                     "$ xns" : "Roo.bootstrap",
                                                                                     "String html" : "With Icons"
+                                                                                },
+                                                                                {
+                                                                                    "xtype" : "Input",
+                                                                                    "string placeholder" : "before : @",
+                                                                                    "$ xns" : "Roo.bootstrap",
+                                                                                    "string before" : "@",
+                                                                                    "string size" : "md"
                                                                                 }
                                                                             ]
                                                                         }
index a125691..5bc98ea 100644 (file)
@@ -325,6 +325,13 @@ dashboard1 = new Roo.XComponent({
                                                                                     level : 4,
                                                                                     xns : Roo.bootstrap,
                                                                                     html : 'With Icons'
+                                                                                },
+                                                                               {
+                                                                                    xtype : 'Input',
+                                                                                    placeholder : 'before : @',
+                                                                                    xns : Roo.bootstrap,
+                                                                                    before : '@',
+                                                                                    size : 'md'
                                                                                 }
                                                                             ]