examples/bootstrap/dashboard1.bjs.P7N3LX
authorAlan Knowles <alan@roojs.com>
Thu, 11 Sep 2014 08:41:27 +0000 (16:41 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 11 Sep 2014 08:41:27 +0000 (16:41 +0800)
examples/bootstrap/dashboard1.bjs
examples/bootstrap/dashboard1.js.FS01LX
examples/bootstrap/dashboard1.js
examples/bootstrap/dashboard1.bjs.0UBCMX
examples/bootstrap/dashboard1.js.ULFAMX

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

index bd6bfe5..c9fc671 100644 (file)
                                                                                     "String html" : "With buttons"
                                                                                 },
                                                                                 {
-                                                                                    "xtype" : "Container",
+                                                                                    "xtype" : "Input",
                                                                                     "string placeholder" : "before :  - an object...    ",
                                                                                     "$ xns" : "Roo.bootstrap",
-                                                                                    "string size" : "md"
+                                                                                    "string size" : "md",
+                                                                                    "items" : [
+                                                                                        {
+                                                                                            "xtype" : "Button",
+                                                                                            "$ xns" : "Roo.bootstrap"
+                                                                                        }
+                                                                                    ]
                                                                                 }
                                                                             ]
                                                                         }
index decbbb9..ce91db7 100644 (file)
@@ -383,10 +383,17 @@ dashboard1 = new Roo.XComponent({
                                                                                     html : 'With buttons'
                                                                                 },
                                                                                {
-                                                                                    xtype : 'Container',
+                                                                                    xtype : 'Input',
                                                                                     placeholder : 'before :  - an object...    ',
                                                                                     xns : Roo.bootstrap,
-                                                                                    size : 'md'
+                                                                                    size : 'md',
+                                                                                    items : [
+                                                                                       {
+                                                                                            xtype : 'Button',
+                                                                                            xns : Roo.bootstrap
+                                                                                        }
+                                                                                    ]
+
                                                                                 }
                                                                             ]