examples/bootstrap/dashboard1.bjs.PLK0LX
authorAlan Knowles <alan@roojs.com>
Thu, 11 Sep 2014 09:15:07 +0000 (17:15 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 11 Sep 2014 09:15:07 +0000 (17:15 +0800)
examples/bootstrap/dashboard1.bjs
examples/bootstrap/dashboard1.js.7L8ZLX
examples/bootstrap/dashboard1.js
examples/bootstrap/dashboard1.bjs.RGH8LX
examples/bootstrap/dashboard1.js.LLA8LX
examples/bootstrap/dashboard1.bjs.K787LX
examples/bootstrap/dashboard1.js.Z727LX
examples/bootstrap/dashboard1.bjs.UTAIMX
examples/bootstrap/dashboard1.js.A82HMX

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

index d56f71d..56d95f9 100644 (file)
                                                                                                     "items" : [
                                                                                                         {
                                                                                                             "xtype" : "MenuItem",
-                                                                                                            "$ xns" : "Roo.bootstrap"
+                                                                                                            "$ xns" : "Roo.bootstrap",
+                                                                                                            "String html" : "http://"
+                                                                                                        },
+                                                                                                        {
+                                                                                                            "xtype" : "MenuItem",
+                                                                                                            "$ xns" : "Roo.bootstrap",
+                                                                                                            "String html" : "https://"
                                                                                                         }
                                                                                                     ]
                                                                                                 }
index 1d4c60b..ecf857e 100644 (file)
@@ -390,7 +390,13 @@ dashboard1 = new Roo.XComponent({
                                                                                             items : [
                                                                                                {
                                                                                                     xtype : 'MenuItem',
-                                                                                                    xns : Roo.bootstrap
+                                                                                                    xns : Roo.bootstrap,
+                                                                                                    html : 'http://'
+                                                                                                },
+                                                                                               {
+                                                                                                    xtype : 'MenuItem',
+                                                                                                    xns : Roo.bootstrap,
+                                                                                                    html : 'https://'
                                                                                                 }
                                                                                             ]