examples/bootstrap/dashboard1.bjs.AE26LX
[roojs1] / examples / bootstrap / dashboard1.bjs
index 5430194..5242329 100644 (file)
@@ -13,8 +13,8 @@
             "items" : [
                 {
                     "String cls" : "header",
-                    "tag" : "header",
                     "xtype" : "Container",
+                    "tag" : "header",
                     "* xinclude" : "Dashboard.Header1",
                     "$ xns" : "Roo.bootstrap"
                 },
                                                                                 },
                                                                                 {
                                                                                     "xtype" : "Header",
-                                                                                    "Number level" : 4,
                                                                                     "$ xns" : "Roo.bootstrap",
+                                                                                    "Number level" : 4,
                                                                                     "String html" : "With Icons"
                                                                                 },
                                                                                 {
                                                                                 },
                                                                                 {
                                                                                     "xtype" : "Header",
-                                                                                    "$ xns" : "Roo.bootstrap",
                                                                                     "Number level" : 4,
+                                                                                    "$ xns" : "Roo.bootstrap",
                                                                                     "String html" : "With checkbox and radio"
                                                                                 },
                                                                                 {
                                                                                 },
                                                                                 {
                                                                                     "xtype" : "Header",
-                                                                                    "Number level" : 4,
                                                                                     "$ xns" : "Roo.bootstrap",
+                                                                                    "Number level" : 4,
                                                                                     "String html" : "With buttons"
                                                                                 },
                                                                                 {
                                                                                     ]
                                                                                 }
                                                                             ]
+                                                                        },
+                                                                        {
+                                                                            "xtype" : "Input",
+                                                                            "string placeholder" : "before :  - an object...    ",
+                                                                            "$ xns" : "Roo.bootstrap",
+                                                                            "string size" : "md",
+                                                                            "items" : [
+                                                                                {
+                                                                                    "String weight" : "primary",
+                                                                                    "xtype" : "Button",
+                                                                                    "$ xns" : "Roo.bootstrap",
+                                                                                    "String html" : "Go",
+                                                                                    "* prop" : "after"
+                                                                                }
+                                                                            ]
                                                                         }
                                                                     ]
                                                                 }