examples/bootstrap/dashboard1.bjs.AE26LX
authorAlan Knowles <alan@roojs.com>
Thu, 11 Sep 2014 09:32:20 +0000 (17:32 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 11 Sep 2014 09:32:20 +0000 (17:32 +0800)
examples/bootstrap/dashboard1.bjs
examples/bootstrap/dashboard1.js.F4V6LX
examples/bootstrap/dashboard1.js
examples/bootstrap/dashboard1.bjs.IYU6LX
examples/bootstrap/dashboard1.js.UXP6LX
examples/bootstrap/dashboard1.bjs.AJ82LX
examples/bootstrap/dashboard1.js.PW62LX
examples/bootstrap/dashboard1.bjs.XM05LX
examples/bootstrap/dashboard1.js.X6T5LX
examples/bootstrap/dashboard1.bjs.O0Y5LX
examples/bootstrap/dashboard1.js.SPR5LX
examples/bootstrap/dashboard1.bjs.QLPIMX
examples/bootstrap/dashboard1.js.QNQ0LX

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

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"
+                                                                                }
+                                                                            ]
                                                                         }
                                                                     ]
                                                                 }
index 60d46cd..35fdd43 100644 (file)
@@ -21,8 +21,8 @@ dashboard1 = new Roo.XComponent({
             items : [
                Roo.apply(Dashboard.Header1._tree(), {
                     cls : 'header',
-                    tag : 'header',
                     xtype : 'Container',
+                    tag : 'header',
                     xns : Roo.bootstrap
                 }),
                {
@@ -322,8 +322,8 @@ dashboard1 = new Roo.XComponent({
                                                                                 },
                                                                                {
                                                                                     xtype : 'Header',
-                                                                                    level : 4,
                                                                                     xns : Roo.bootstrap,
+                                                                                    level : 4,
                                                                                     html : 'With Icons'
                                                                                 },
                                                                                {
@@ -350,8 +350,8 @@ dashboard1 = new Roo.XComponent({
                                                                                 },
                                                                                {
                                                                                     xtype : 'Header',
-                                                                                    xns : Roo.bootstrap,
                                                                                     level : 4,
+                                                                                    xns : Roo.bootstrap,
                                                                                     html : 'With checkbox and radio'
                                                                                 },
                                                                                {
@@ -378,8 +378,8 @@ dashboard1 = new Roo.XComponent({
                                                                                 },
                                                                                {
                                                                                     xtype : 'Header',
-                                                                                    level : 4,
                                                                                     xns : Roo.bootstrap,
+                                                                                    level : 4,
                                                                                     html : 'With buttons'
                                                                                 },
                                                                                {
@@ -439,6 +439,22 @@ dashboard1 = new Roo.XComponent({
                                                                                 }
                                                                             ]
 
+                                                                        },
+                                                                       {
+                                                                            after : {
+                                                                                weight : 'primary',
+                                                                                xtype : 'Button',
+                                                                                xns : Roo.bootstrap,
+                                                                                html : 'Go'
+                                                                            },
+                                                                            xtype : 'Input',
+                                                                            placeholder : 'before :  - an object...    ',
+                                                                            xns : Roo.bootstrap,
+                                                                            size : 'md',
+                                                                            items : [
+
+                                                                            ]
+
                                                                         }
                                                                     ]