examples/bootstrap/dashboard1.bjs.B707LX
authorAlan Knowles <alan@roojs.com>
Thu, 11 Sep 2014 10:14:49 +0000 (18:14 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 11 Sep 2014 10:14:49 +0000 (18:14 +0800)
examples/bootstrap/dashboard1.bjs
examples/bootstrap/dashboard1.js.V9R7LX
examples/bootstrap/dashboard1.js

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

index ef064bf..02cb57c 100644 (file)
@@ -13,8 +13,8 @@
             "items" : [
                 {
                     "String cls" : "header",
-                    "xtype" : "Container",
                     "tag" : "header",
+                    "xtype" : "Container",
                     "* xinclude" : "Dashboard.Header1",
                     "$ xns" : "Roo.bootstrap"
                 },
                                                                                 },
                                                                                 {
                                                                                     "xtype" : "Header",
-                                                                                    "$ xns" : "Roo.bootstrap",
                                                                                     "Number level" : 4,
+                                                                                    "$ xns" : "Roo.bootstrap",
                                                                                     "String html" : "With Icons"
                                                                                 },
                                                                                 {
                                                                                 },
                                                                                 {
                                                                                     "xtype" : "Header",
-                                                                                    "Number level" : 4,
                                                                                     "$ xns" : "Roo.bootstrap",
+                                                                                    "Number level" : 4,
                                                                                     "String html" : "With checkbox and radio"
                                                                                 },
                                                                                 {
                                                                                 },
                                                                                 {
                                                                                     "xtype" : "Header",
-                                                                                    "$ xns" : "Roo.bootstrap",
                                                                                     "Number level" : 4,
+                                                                                    "$ xns" : "Roo.bootstrap",
                                                                                     "String html" : "With buttons"
                                                                                 },
                                                                                 {
                                                                                 {
                                                                                     "xtype" : "Input",
                                                                                     "string placeholder" : "Enter ...",
+                                                                                    "Boolean disabled" : true,
                                                                                     "String fieldLabel" : "Text",
                                                                                     "$ xns" : "Roo.bootstrap"
                                                                                 }
index 5ff2075..119349a 100644 (file)
@@ -21,8 +21,8 @@ dashboard1 = new Roo.XComponent({
             items : [
                Roo.apply(Dashboard.Header1._tree(), {
                     cls : 'header',
-                    xtype : 'Container',
                     tag : 'header',
+                    xtype : 'Container',
                     xns : Roo.bootstrap
                 }),
                {
@@ -323,8 +323,8 @@ dashboard1 = new Roo.XComponent({
                                                                                 },
                                                                                {
                                                                                     xtype : 'Header',
-                                                                                    xns : Roo.bootstrap,
                                                                                     level : 4,
+                                                                                    xns : Roo.bootstrap,
                                                                                     html : 'With Icons'
                                                                                 },
                                                                                {
@@ -351,8 +351,8 @@ dashboard1 = new Roo.XComponent({
                                                                                 },
                                                                                {
                                                                                     xtype : 'Header',
-                                                                                    level : 4,
                                                                                     xns : Roo.bootstrap,
+                                                                                    level : 4,
                                                                                     html : 'With checkbox and radio'
                                                                                 },
                                                                                {
@@ -379,8 +379,8 @@ dashboard1 = new Roo.XComponent({
                                                                                 },
                                                                                {
                                                                                     xtype : 'Header',
-                                                                                    xns : Roo.bootstrap,
                                                                                     level : 4,
+                                                                                    xns : Roo.bootstrap,
                                                                                     html : 'With buttons'
                                                                                 },
                                                                                {
@@ -511,6 +511,7 @@ dashboard1 = new Roo.XComponent({
                                                                                {
                                                                                     xtype : 'Input',
                                                                                     placeholder : 'Enter ...',
+                                                                                    disabled : true,
                                                                                     fieldLabel : 'Text',
                                                                                     xns : Roo.bootstrap
                                                                                 }