examples/bootstrap/dashboard1.bjs.SBY9LX
authorAlan Knowles <alan@roojs.com>
Thu, 11 Sep 2014 10:00:12 +0000 (18:00 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 11 Sep 2014 10:00:12 +0000 (18:00 +0800)
examples/bootstrap/dashboard1.bjs
examples/bootstrap/dashboard1.js.34YAMX
examples/bootstrap/dashboard1.js

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

index 014e0a2..50817fe 100644 (file)
                                                                 }
                                                             ]
                                                         },
-                                                        {
-                                                            "String cls" : "box box-success",
-                                                            "xtype" : "Container",
-                                                            "$ xns" : "Roo.bootstrap",
-                                                            "items" : [
-                                                                {
-                                                                    "String cls" : "box-header",
-                                                                    "xtype" : "Container",
-                                                                    "$ xns" : "Roo.bootstrap",
-                                                                    "items" : [
-                                                                        {
-                                                                            "String cls" : "box-title",
-                                                                            "xtype" : "Header",
-                                                                            "$ xns" : "Roo.bootstrap",
-                                                                            "Number level" : 3,
-                                                                            "String html" : "Different Height"
-                                                                        }
-                                                                    ]
-                                                                },
-                                                                {
-                                                                    "xtype" : "Form",
-                                                                    "String labelAlign" : "top",
-                                                                    "$ xns" : "Roo.bootstrap",
-                                                                    "items" : [
-                                                                        {
-                                                                            "String cls" : "box-body",
-                                                                            "xtype" : "Container",
-                                                                            "$ xns" : "Roo.bootstrap",
-                                                                            "items" : [
-                                                                                {
-                                                                                    "xtype" : "Input",
-                                                                                    "string placeholder" : "size lg",
-                                                                                    "$ xns" : "Roo.bootstrap",
-                                                                                    "string size" : "lg"
-                                                                                },
-                                                                                {
-                                                                                    "xtype" : "Input",
-                                                                                    "string placeholder" : "size md",
-                                                                                    "$ xns" : "Roo.bootstrap",
-                                                                                    "string size" : "md"
-                                                                                },
-                                                                                {
-                                                                                    "xtype" : "Input",
-                                                                                    "string placeholder" : "size sm",
-                                                                                    "$ xns" : "Roo.bootstrap",
-                                                                                    "string size" : "sm"
-                                                                                }
-                                                                            ]
-                                                                        }
-                                                                    ]
-                                                                }
-                                                            ]
-                                                        },
                                                         {
                                                             "String cls" : "box box-danger",
                                                             "xtype" : "Container",
index 7a28b7f..6af1b67 100644 (file)
@@ -541,63 +541,6 @@ dashboard1 = new Roo.XComponent({
                                                                 }
                                                             ]
 
-                                                        },
-                                                       {
-                                                            cls : 'box box-success',
-                                                            xtype : 'Container',
-                                                            xns : Roo.bootstrap,
-                                                            items : [
-                                                               {
-                                                                    cls : 'box-header',
-                                                                    xtype : 'Container',
-                                                                    xns : Roo.bootstrap,
-                                                                    items : [
-                                                                       {
-                                                                            cls : 'box-title',
-                                                                            xtype : 'Header',
-                                                                            xns : Roo.bootstrap,
-                                                                            level : 3,
-                                                                            html : 'Different Height'
-                                                                        }
-                                                                    ]
-
-                                                                },
-                                                               {
-                                                                    xtype : 'Form',
-                                                                    labelAlign : 'top',
-                                                                    xns : Roo.bootstrap,
-                                                                    items : [
-                                                                       {
-                                                                            cls : 'box-body',
-                                                                            xtype : 'Container',
-                                                                            xns : Roo.bootstrap,
-                                                                            items : [
-                                                                               {
-                                                                                    xtype : 'Input',
-                                                                                    placeholder : 'size lg',
-                                                                                    xns : Roo.bootstrap,
-                                                                                    size : 'lg'
-                                                                                },
-                                                                               {
-                                                                                    xtype : 'Input',
-                                                                                    placeholder : 'size md',
-                                                                                    xns : Roo.bootstrap,
-                                                                                    size : 'md'
-                                                                                },
-                                                                               {
-                                                                                    xtype : 'Input',
-                                                                                    placeholder : 'size sm',
-                                                                                    xns : Roo.bootstrap,
-                                                                                    size : 'sm'
-                                                                                }
-                                                                            ]
-
-                                                                        }
-                                                                    ]
-
-                                                                }
-                                                            ]
-
                                                         },
                                                        {
                                                             cls : 'box box-danger',