examples/bootstrap/dashboard1.bjs.KMOKMX
authorAlan Knowles <alan@roojs.com>
Thu, 11 Sep 2014 08:30:18 +0000 (16:30 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 11 Sep 2014 08:30:18 +0000 (16:30 +0800)
examples/bootstrap/dashboard1.bjs
examples/bootstrap/dashboard1.js.FXPIMX
examples/bootstrap/dashboard1.js
examples/bootstrap/dashboard1.bjs.5F0IMX
examples/bootstrap/dashboard1.js.MPVIMX

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

index 81589ea..9a28719 100644 (file)
                                                                                     "string before" : "<i class=\"fa fa-envelope\"></i>",
                                                                                     "string size" : "md"
                                                                                 },
+                                                                                {
+                                                                                    "xtype" : "Input",
+                                                                                    "string placeholder" : "after : &lt;i class=&quot;fa fa-after&quot;&gt;&lt;/i&gt;",
+                                                                                    "$ xns" : "Roo.bootstrap",
+                                                                                    "string size" : "md",
+                                                                                    "string after" : "<i class=\"fa fa-check\"></i>"
+                                                                                },
                                                                                 {
                                                                                     "xtype" : "Input",
                                                                                     "string placeholder" : "after : &lt;i class=&quot;fa fa-after&quot;&gt;&lt;/i&gt;",
index 2c20603..0d07110 100644 (file)
@@ -333,6 +333,13 @@ dashboard1 = new Roo.XComponent({
                                                                                     before : '<i class=\"fa fa-envelope\"></i>',
                                                                                     size : 'md'
                                                                                 },
+                                                                               {
+                                                                                    xtype : 'Input',
+                                                                                    placeholder : 'after : &lt;i class=&quot;fa fa-after&quot;&gt;&lt;/i&gt;',
+                                                                                    xns : Roo.bootstrap,
+                                                                                    size : 'md',
+                                                                                    after : '<i class=\"fa fa-check\"></i>'
+                                                                                },
                                                                                {
                                                                                     xtype : 'Input',
                                                                                     placeholder : 'after : &lt;i class=&quot;fa fa-after&quot;&gt;&lt;/i&gt;',