examples/bootstrap/contact.bjs
authorMicheal <micheal@roojs.com>
Wed, 3 Dec 2014 08:15:35 +0000 (16:15 +0800)
committerMicheal <micheal@roojs.com>
Wed, 3 Dec 2014 08:15:35 +0000 (16:15 +0800)
examples/bootstrap/contact.js

examples/bootstrap/contact.bjs
examples/bootstrap/contact.js

index 24469ce..2319aa6 100644 (file)
                                                                     "$ xns" : "Roo.bootstrap"
                                                                 },
                                                                 {
-                                                                    "String cls" : "form-control",
+                                                                    "String cls" : "col-sm-4 form-control",
                                                                     "xtype" : "Input",
                                                                     "string placeholder" : "Email",
                                                                     "String inputType" : "text",
                                                                     "$ xns" : "Roo.bootstrap"
                                                                 },
                                                                 {
-                                                                    "String cls" : "form-control",
+                                                                    "String cls" : "col-sm-4 form-control",
                                                                     "xtype" : "Input",
                                                                     "string placeholder" : "Phone",
                                                                     "String inputType" : "text",
index 156d346..d7b467f 100644 (file)
@@ -102,7 +102,7 @@ contact = new Roo.XComponent({
                                                                 },
                                                                {
                                                                     '|xns' : 'Roo.bootstrap',
-                                                                    cls : 'form-control',
+                                                                    cls : 'col-sm-4 form-control',
                                                                     xtype : 'Input',
                                                                     placeholder : 'Email',
                                                                     inputType : 'text',
@@ -110,7 +110,7 @@ contact = new Roo.XComponent({
                                                                 },
                                                                {
                                                                     '|xns' : 'Roo.bootstrap',
-                                                                    cls : 'form-control',
+                                                                    cls : 'col-sm-4 form-control',
                                                                     xtype : 'Input',
                                                                     placeholder : 'Phone',
                                                                     inputType : 'text',