Upgrade to ExtJS 3.0.3 - Released 10/11/2009
[extjs.git] / examples / ux / MultiSelect.js
index 4ded37b..e2f6d09 100644 (file)
@@ -1,5 +1,5 @@
 /*!
 /*!
- * Ext JS Library 3.0.0
+ * Ext JS Library 3.0.3
  * Copyright(c) 2006-2009 Ext JS, LLC
  * licensing@extjs.com
  * http://www.extjs.com/license
  * Copyright(c) 2006-2009 Ext JS, LLC
  * licensing@extjs.com
  * http://www.extjs.com/license
@@ -156,9 +156,9 @@ Ext.ux.form.MultiSelect = Ext.extend(Ext.form.Field,  {
             height: this.height,\r
             width: this.width,\r
             style: "padding:0;",\r
             height: this.height,\r
             width: this.width,\r
             style: "padding:0;",\r
-            tbar: this.tbar,\r
-            bodyStyle: 'overflow: auto;'\r
+            tbar: this.tbar\r
         });\r
         });\r
+        fs.body.addClass('ux-mselect');\r
 \r
         this.view = new Ext.ListView({\r
             multiSelect: true,\r
 \r
         this.view = new Ext.ListView({\r
             multiSelect: true,\r