examples/bootstrap/dashboard1.bjs.JTT2LX
authorAlan Knowles <alan@roojs.com>
Thu, 11 Sep 2014 10:02:21 +0000 (18:02 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 11 Sep 2014 10:02:21 +0000 (18:02 +0800)
examples/bootstrap/dashboard1.bjs
examples/bootstrap/dashboard1.js.MCK2LX
examples/bootstrap/dashboard1.js
examples/bootstrap/dashboard1.bjs.8SMHMX
examples/bootstrap/dashboard1.js.AX1FMX
examples/bootstrap/dashboard1.bjs.45T5LX
examples/bootstrap/dashboard1.js.ZM16LX
examples/bootstrap/dashboard1.bjs.MXE7LX
examples/bootstrap/dashboard1.js.8LE8LX
examples/bootstrap/dashboard1.bjs.L0RAMX
examples/bootstrap/dashboard1.js.7CMAMX
examples/bootstrap/dashboard1.bjs.79YIMX
examples/bootstrap/dashboard1.js.G9SIMX
examples/bootstrap/dashboard1.bjs.CYYHMX
examples/bootstrap/dashboard1.js.LGQHMX
examples/bootstrap/dashboard1.bjs.TKNHMX
examples/bootstrap/dashboard1.js.SF7FMX

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

index d4f55b3..ef064bf 100644 (file)
                                                                             "items" : [
                                                                                 {
                                                                                     "xtype" : "Input",
-                                                                                    "string placeholder" : "Enter email",
-                                                                                    "String fieldLabel" : "Email Address",
-                                                                                    "$ xns" : "Roo.bootstrap"
-                                                                                },
-                                                                                {
-                                                                                    "xtype" : "Input",
-                                                                                    "string placeholder" : "Enter password",
-                                                                                    "String inputType" : "password",
-                                                                                    "String fieldLabel" : "Password",
+                                                                                    "string placeholder" : "Enter ...",
+                                                                                    "String fieldLabel" : "Text",
                                                                                     "$ xns" : "Roo.bootstrap"
                                                                                 },
                                                                                 {
                                                                                     "xtype" : "Input",
-                                                                                    "string placeholder" : "Enter email",
-                                                                                    "String inputType" : "file",
-                                                                                    "String fieldLabel" : "File Input",
+                                                                                    "string placeholder" : "Enter ...",
+                                                                                    "String fieldLabel" : "Text",
                                                                                     "$ xns" : "Roo.bootstrap"
-                                                                                },
-                                                                                {
-                                                                                    "xtype" : "Input",
-                                                                                    "String inputType" : "checkbox",
-                                                                                    "$ xns" : "Roo.bootstrap",
-                                                                                    "String fieldLabel" : "Fixme - checkbox type"
-                                                                                },
-                                                                                {
-                                                                                    "String weight" : "primary",
-                                                                                    "xtype" : "Button",
-                                                                                    "$ xns" : "Roo.bootstrap",
-                                                                                    "String html" : "Submit"
                                                                                 }
                                                                             ]
                                                                         }
index 44d1993..5ff2075 100644 (file)
@@ -504,35 +504,15 @@ dashboard1 = new Roo.XComponent({
                                                                             items : [
                                                                                {
                                                                                     xtype : 'Input',
-                                                                                    placeholder : 'Enter email',
-                                                                                    fieldLabel : 'Email Address',
-                                                                                    xns : Roo.bootstrap
-                                                                                },
-                                                                               {
-                                                                                    xtype : 'Input',
-                                                                                    placeholder : 'Enter password',
-                                                                                    inputType : 'password',
-                                                                                    fieldLabel : 'Password',
+                                                                                    placeholder : 'Enter ...',
+                                                                                    fieldLabel : 'Text',
                                                                                     xns : Roo.bootstrap
                                                                                 },
                                                                                {
                                                                                     xtype : 'Input',
-                                                                                    placeholder : 'Enter email',
-                                                                                    inputType : 'file',
-                                                                                    fieldLabel : 'File Input',
+                                                                                    placeholder : 'Enter ...',
+                                                                                    fieldLabel : 'Text',
                                                                                     xns : Roo.bootstrap
-                                                                                },
-                                                                               {
-                                                                                    xtype : 'Input',
-                                                                                    inputType : 'checkbox',
-                                                                                    xns : Roo.bootstrap,
-                                                                                    fieldLabel : 'Fixme - checkbox type'
-                                                                                },
-                                                                               {
-                                                                                    weight : 'primary',
-                                                                                    xtype : 'Button',
-                                                                                    xns : Roo.bootstrap,
-                                                                                    html : 'Submit'
                                                                                 }
                                                                             ]