examples/bootstrap/calendar.js
authorAlan Knowles <alan@roojs.com>
Tue, 18 Feb 2014 04:44:30 +0000 (12:44 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 18 Feb 2014 04:44:30 +0000 (12:44 +0800)
examples/bootstrap/calendar.js

index 2b795d1..c077649 100644 (file)
@@ -27,7 +27,8 @@ Roo.example.bootstrap = new Roo.XComponent({
             items : [
                  {
                     xtype: 'Calendar',
-                    xns: Roo.bootstrap
+                    xns: Roo.bootstrap,
+                    cls : 'col-md-9'
                  }
             ]
         };