examples/bootstrap/dashboard1.bjs.YD9EMX
authorAlan Knowles <alan@roojs.com>
Thu, 11 Sep 2014 08:31:41 +0000 (16:31 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 11 Sep 2014 08:31:41 +0000 (16:31 +0800)
examples/bootstrap/dashboard1.bjs
examples/bootstrap/dashboard1.js.K9GFMX
examples/bootstrap/dashboard1.js
examples/bootstrap/dashboard1.bjs.TNFFMX
examples/bootstrap/dashboard1.js.F5XEMX

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

index 6ff0973..ece46fc 100644 (file)
                                                                                     "string before" : "<i class=\"fa fa-dollar\"></i>",
                                                                                     "string size" : "md",
                                                                                     "string after" : "<i class=\"fa fa-ambulance\"></i>"
+                                                                                },
+                                                                                {
+                                                                                    "xtype" : "Header",
+                                                                                    "Number level" : 4,
+                                                                                    "$ xns" : "Roo.bootstrap",
+                                                                                    "String html" : "With Icons"
                                                                                 }
                                                                             ]
                                                                         }
index 309b3c1..911bb35 100644 (file)
@@ -347,6 +347,12 @@ dashboard1 = new Roo.XComponent({
                                                                                     before : '<i class=\"fa fa-dollar\"></i>',
                                                                                     size : 'md',
                                                                                     after : '<i class=\"fa fa-ambulance\"></i>'
+                                                                                },
+                                                                               {
+                                                                                    xtype : 'Header',
+                                                                                    level : 4,
+                                                                                    xns : Roo.bootstrap,
+                                                                                    html : 'With Icons'
                                                                                 }
                                                                             ]