examples/bootstrap/dashboard1.bjs.8BL8LX
authorAlan Knowles <alan@roojs.com>
Thu, 11 Sep 2014 07:55:09 +0000 (15:55 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 11 Sep 2014 07:55:09 +0000 (15:55 +0800)
examples/bootstrap/dashboard1.bjs
examples/bootstrap/dashboard1.js.WII8LX
examples/bootstrap/dashboard1.js

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

index ac1791b..1ed558e 100644 (file)
                                                                         },
                                                                         {
                                                                             "xtype" : "Input",
-                                                                            "string placeholder" : "Enter email",
+                                                                            "string placeholder" : "Enter password",
                                                                             "String inputType" : "password",
                                                                             "String fieldLabel" : "Password",
                                                                             "$ xns" : "Roo.bootstrap"
+                                                                        },
+                                                                        {
+                                                                            "xtype" : "Input",
+                                                                            "string placeholder" : "Enter email",
+                                                                            "String fieldLabel" : "Email Address",
+                                                                            "$ xns" : "Roo.bootstrap"
                                                                         }
                                                                     ]
                                                                 }
index 67f1474..2829c9b 100644 (file)
@@ -106,10 +106,16 @@ dashboard1 = new Roo.XComponent({
                                                                         },
                                                                        {
                                                                             xtype : 'Input',
-                                                                            placeholder : 'Enter email',
+                                                                            placeholder : 'Enter password',
                                                                             inputType : 'password',
                                                                             fieldLabel : 'Password',
                                                                             xns : Roo.bootstrap
+                                                                        },
+                                                                       {
+                                                                            xtype : 'Input',
+                                                                            placeholder : 'Enter email',
+                                                                            fieldLabel : 'Email Address',
+                                                                            xns : Roo.bootstrap
                                                                         }
                                                                     ]