examples/bootstrap/dashboard3.bjs
authorAlan Knowles <alan@roojs.com>
Wed, 4 Feb 2015 08:13:30 +0000 (16:13 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 4 Feb 2015 08:13:30 +0000 (16:13 +0800)
examples/bootstrap/dashboard3.js

examples/bootstrap/dashboard3.bjs
examples/bootstrap/dashboard3.js

index d6047d0..b5692c4 100644 (file)
                                                     "String cls" : "alert alert-danger alert-dismissable",
                                                     "xtype" : "Container",
                                                     "$ xns" : "Roo.bootstrap",
-                                                    "String html" : "<i class=\"fa fa-ban\"></i><b> Alert </b> test allert"
+                                                    "String html" : "<i class=\"fa fa-ban\"></i><b> Alert </b> test allert",
+                                                    "String style" : "display:none"
                                                 }
                                             ]
                                         },
index 5a46c7e..7e9c4eb 100644 (file)
@@ -175,7 +175,8 @@ dashboard3 = new Roo.XComponent({
                                                     cls : 'alert alert-danger alert-dismissable',
                                                     xtype : 'Container',
                                                     xns : Roo.bootstrap,
-                                                    html : '<i class=\"fa fa-ban\"></i><b> Alert </b> test allert'
+                                                    html : '<i class=\"fa fa-ban\"></i><b> Alert </b> test allert',
+                                                    style : 'display:none'
                                                 }
                                             ]