examples/bootstrap/dashboard1.bjs
authorAlan Knowles <alan@roojs.com>
Tue, 23 Sep 2014 12:48:45 +0000 (20:48 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 23 Sep 2014 12:48:45 +0000 (20:48 +0800)
examples/bootstrap/dashboard1.js

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

index 627b8ef..6721355 100644 (file)
                                                                             "$ xns" : "Roo.bootstrap",
                                                                             "Number level" : 3,
                                                                             "String html" : "Quick Example"
+                                                                        },
+                                                                        {
+                                                                            "xtype" : "Input",
+                                                                            "string placeholder" : "Enter password",
+                                                                            "String inputType" : "password",
+                                                                            "String fieldLabel" : "Password",
+                                                                            "$ xns" : "Roo.bootstrap"
                                                                         }
                                                                     ]
                                                                 },
                                                                             "xtype" : "Container",
                                                                             "$ xns" : "Roo.bootstrap",
                                                                             "items" : [
-                                                                                {
-                                                                                    "xtype" : "Input",
-                                                                                    "string placeholder" : "Enter password",
-                                                                                    "String inputType" : "password",
-                                                                                    "String fieldLabel" : "Password",
-                                                                                    "$ xns" : "Roo.bootstrap"
-                                                                                },
                                                                                 {
                                                                                     "xtype" : "Input",
                                                                                     "string placeholder" : "Enter email",
index 7fe2f94..7e8469a 100644 (file)
@@ -102,6 +102,14 @@ dashboard1 = new Roo.XComponent({
                                                                             xns : Roo.bootstrap,
                                                                             level : 3,
                                                                             html : 'Quick Example'
+                                                                        },
+                                                                       {
+                                                                            '|xns' : 'Roo.bootstrap',
+                                                                            xtype : 'Input',
+                                                                            placeholder : 'Enter password',
+                                                                            inputType : 'password',
+                                                                            fieldLabel : 'Password',
+                                                                            xns : Roo.bootstrap
                                                                         }
                                                                     ]
 
@@ -118,14 +126,6 @@ dashboard1 = new Roo.XComponent({
                                                                             xtype : 'Container',
                                                                             xns : Roo.bootstrap,
                                                                             items : [
-                                                                               {
-                                                                                    '|xns' : 'Roo.bootstrap',
-                                                                                    xtype : 'Input',
-                                                                                    placeholder : 'Enter password',
-                                                                                    inputType : 'password',
-                                                                                    fieldLabel : 'Password',
-                                                                                    xns : Roo.bootstrap
-                                                                                },
                                                                                {
                                                                                     '|xns' : 'Roo.bootstrap',
                                                                                     xtype : 'Input',