examples/bootstrap/dashboard1.bjs.9ENAMX
authorAlan Knowles <alan@roojs.com>
Thu, 11 Sep 2014 08:32:28 +0000 (16:32 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 11 Sep 2014 08:32:28 +0000 (16:32 +0800)
examples/bootstrap/dashboard1.bjs
examples/bootstrap/dashboard1.js.NGTAMX
examples/bootstrap/dashboard1.js
examples/bootstrap/dashboard1.bjs.4VRAMX
examples/bootstrap/dashboard1.js.NFJEMX

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

index d71ceb0..c960e0f 100644 (file)
                                                                                     "Number level" : 4,
                                                                                     "$ xns" : "Roo.bootstrap",
                                                                                     "String html" : "With checkbox and radio"
+                                                                                },
+                                                                                {
+                                                                                    "xtype" : "Row",
+                                                                                    "$ xns" : "Roo.bootstrap",
+                                                                                    "items" : [
+                                                                                        {
+                                                                                            "Number md" : 3,
+                                                                                            "xtype" : "Input",
+                                                                                            "string placeholder" : "md 3",
+                                                                                            "$ xns" : "Roo.bootstrap",
+                                                                                            "string size" : "md"
+                                                                                        },
+                                                                                        {
+                                                                                            "Number md" : 3,
+                                                                                            "xtype" : "Input",
+                                                                                            "string placeholder" : "md 4",
+                                                                                            "$ xns" : "Roo.bootstrap",
+                                                                                            "string size" : "md"
+                                                                                        },
+                                                                                        {
+                                                                                            "Number md" : 5,
+                                                                                            "xtype" : "Input",
+                                                                                            "string placeholder" : "md 3",
+                                                                                            "$ xns" : "Roo.bootstrap",
+                                                                                            "string size" : "md"
+                                                                                        }
+                                                                                    ]
                                                                                 }
                                                                             ]
                                                                         }
index f84864a..45a0dab 100644 (file)
@@ -353,6 +353,34 @@ dashboard1 = new Roo.XComponent({
                                                                                     level : 4,
                                                                                     xns : Roo.bootstrap,
                                                                                     html : 'With checkbox and radio'
+                                                                                },
+                                                                               {
+                                                                                    xtype : 'Row',
+                                                                                    xns : Roo.bootstrap,
+                                                                                    items : [
+                                                                                       {
+                                                                                            md : 3,
+                                                                                            xtype : 'Input',
+                                                                                            placeholder : 'md 3',
+                                                                                            xns : Roo.bootstrap,
+                                                                                            size : 'md'
+                                                                                        },
+                                                                                       {
+                                                                                            md : 3,
+                                                                                            xtype : 'Input',
+                                                                                            placeholder : 'md 4',
+                                                                                            xns : Roo.bootstrap,
+                                                                                            size : 'md'
+                                                                                        },
+                                                                                       {
+                                                                                            md : 5,
+                                                                                            xtype : 'Input',
+                                                                                            placeholder : 'md 3',
+                                                                                            xns : Roo.bootstrap,
+                                                                                            size : 'md'
+                                                                                        }
+                                                                                    ]
+
                                                                                 }
                                                                             ]