examples/bootstrap/homepage.bjs
authorAlan Knowles <alan@roojs.com>
Fri, 28 Nov 2014 09:53:51 +0000 (17:53 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 28 Nov 2014 09:53:51 +0000 (17:53 +0800)
examples/bootstrap/homepage.js

examples/bootstrap/homepage.bjs
examples/bootstrap/homepage.js

index 7c8760e..d015036 100644 (file)
                                             "xtype" : "Element",
                                             "$ xns" : "Roo.bootstrap",
                                             "items" : [
+                                                {
+                                                    "String tag" : "a",
+                                                    "String size" : "lg",
+                                                    "String href" : "#",
+                                                    "xtype" : "Button",
+                                                    "$ xns" : "Roo.bootstrap",
+                                                    "String html" : "a button"
+                                                },
                                                 {
                                                     "String tag" : "a",
                                                     "String size" : "lg",
index 913200f..a755fdd 100644 (file)
@@ -111,6 +111,15 @@ homepage = new Roo.XComponent({
                                             xtype : 'Element',
                                             xns : Roo.bootstrap,
                                             items : [
+                                               {
+                                                    '|xns' : 'Roo.bootstrap',
+                                                    tag : 'a',
+                                                    size : 'lg',
+                                                    href : '#',
+                                                    xtype : 'Button',
+                                                    xns : Roo.bootstrap,
+                                                    html : 'a button'
+                                                },
                                                {
                                                     '|xns' : 'Roo.bootstrap',
                                                     tag : 'a',