examples/bootstrap/dashboard1.bjs.377AMX
authorAlan Knowles <alan@roojs.com>
Thu, 11 Sep 2014 10:17:23 +0000 (18:17 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 11 Sep 2014 10:17:23 +0000 (18:17 +0800)
examples/bootstrap/dashboard1.bjs
examples/bootstrap/dashboard1.js.AH2AMX
examples/bootstrap/dashboard1.js
examples/bootstrap/dashboard1.bjs.9Q3AMX
examples/bootstrap/dashboard1.js.WLXAMX

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

index 915e4e6..e262dd3 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" : "TextArea",
-                                                                                    "String fieldLabel" : "Textarea",
-                                                                                    "$ xns" : "Roo.bootstrap"
+                                                                                    "$ xns" : "Roo.bootstrap",
+                                                                                    "String fieldLabel" : "Textarea"
                                                                                 },
                                                                                 {
                                                                                     "xtype" : "TextArea",
                                                                                     "Boolean disabled" : true,
                                                                                     "$ xns" : "Roo.bootstrap",
                                                                                     "String fieldLabel" : "Textarea"
+                                                                                },
+                                                                                {
+                                                                                    "xtype" : "Input",
+                                                                                    "string placeholder" : "Enter ...",
+                                                                                    "String fieldLabel" : "Text",
+                                                                                    "$ xns" : "Roo.bootstrap"
                                                                                 }
                                                                             ]
                                                                         }
index 36e36fe..2f3027f 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
                 }),
                {
@@ -323,8 +323,8 @@ dashboard1 = new Roo.XComponent({
                                                                                 },
                                                                                {
                                                                                     xtype : 'Header',
-                                                                                    level : 4,
                                                                                     xns : Roo.bootstrap,
+                                                                                    level : 4,
                                                                                     html : 'With Icons'
                                                                                 },
                                                                                {
@@ -351,8 +351,8 @@ dashboard1 = new Roo.XComponent({
                                                                                 },
                                                                                {
                                                                                     xtype : 'Header',
-                                                                                    xns : Roo.bootstrap,
                                                                                     level : 4,
+                                                                                    xns : Roo.bootstrap,
                                                                                     html : 'With checkbox and radio'
                                                                                 },
                                                                                {
@@ -379,8 +379,8 @@ dashboard1 = new Roo.XComponent({
                                                                                 },
                                                                                {
                                                                                     xtype : 'Header',
-                                                                                    level : 4,
                                                                                     xns : Roo.bootstrap,
+                                                                                    level : 4,
                                                                                     html : 'With buttons'
                                                                                 },
                                                                                {
@@ -517,8 +517,8 @@ dashboard1 = new Roo.XComponent({
                                                                                 },
                                                                                {
                                                                                     xtype : 'TextArea',
-                                                                                    fieldLabel : 'Textarea',
-                                                                                    xns : Roo.bootstrap
+                                                                                    xns : Roo.bootstrap,
+                                                                                    fieldLabel : 'Textarea'
                                                                                 },
                                                                                {
                                                                                     xtype : 'TextArea',
@@ -526,6 +526,12 @@ dashboard1 = new Roo.XComponent({
                                                                                     disabled : true,
                                                                                     xns : Roo.bootstrap,
                                                                                     fieldLabel : 'Textarea'
+                                                                                },
+                                                                               {
+                                                                                    xtype : 'Input',
+                                                                                    placeholder : 'Enter ...',
+                                                                                    fieldLabel : 'Text',
+                                                                                    xns : Roo.bootstrap
                                                                                 }
                                                                             ]