examples/bootstrap/dashboard1.bjs.1G30LX
authorAlan Knowles <alan@roojs.com>
Thu, 11 Sep 2014 09:33:57 +0000 (17:33 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 11 Sep 2014 09:33:57 +0000 (17:33 +0800)
examples/bootstrap/dashboard1.bjs
examples/bootstrap/dashboard1.js.TLR0LX
examples/bootstrap/dashboard1.js
examples/bootstrap/dashboard1.bjs.XQW0LX
examples/bootstrap/dashboard1.js.WABZLX

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

index d03f241..7602833 100644 (file)
                                                                                             ]
                                                                                         }
                                                                                     ]
-                                                                                }
-                                                                            ]
-                                                                        },
-                                                                        {
-                                                                            "xtype" : "Input",
-                                                                            "string placeholder" : "before :  - an object...    ",
-                                                                            "$ xns" : "Roo.bootstrap",
-                                                                            "string size" : "md",
-                                                                            "items" : [
+                                                                                },
                                                                                 {
-                                                                                    "String weight" : "success",
-                                                                                    "xtype" : "Button",
+                                                                                    "xtype" : "Input",
+                                                                                    "string placeholder" : "before :  - an object...    ",
                                                                                     "$ xns" : "Roo.bootstrap",
-                                                                                    "String html" : "Go",
-                                                                                    "* prop" : "after"
+                                                                                    "string size" : "md",
+                                                                                    "items" : [
+                                                                                        {
+                                                                                            "String weight" : "success",
+                                                                                            "xtype" : "Button",
+                                                                                            "$ xns" : "Roo.bootstrap",
+                                                                                            "String html" : "Go",
+                                                                                            "* prop" : "after"
+                                                                                        }
+                                                                                    ]
                                                                                 }
                                                                             ]
                                                                         }
index 85b34de..afbb5d5 100644 (file)
@@ -436,23 +436,23 @@ dashboard1 = new Roo.XComponent({
 
                                                                                     ]
 
-                                                                                }
-                                                                            ]
+                                                                                },
+                                                                               {
+                                                                                    after : {
+                                                                                        weight : 'success',
+                                                                                        xtype : 'Button',
+                                                                                        xns : Roo.bootstrap,
+                                                                                        html : 'Go'
+                                                                                    },
+                                                                                    xtype : 'Input',
+                                                                                    placeholder : 'before :  - an object...    ',
+                                                                                    xns : Roo.bootstrap,
+                                                                                    size : 'md',
+                                                                                    items : [
 
-                                                                        },
-                                                                       {
-                                                                            after : {
-                                                                                weight : 'success',
-                                                                                xtype : 'Button',
-                                                                                xns : Roo.bootstrap,
-                                                                                html : 'Go'
-                                                                            },
-                                                                            xtype : 'Input',
-                                                                            placeholder : 'before :  - an object...    ',
-                                                                            xns : Roo.bootstrap,
-                                                                            size : 'md',
-                                                                            items : [
+                                                                                    ]
 
+                                                                                }
                                                                             ]
 
                                                                         }