Upgrade to ExtJS 3.0.3 - Released 10/11/2009
[extjs.git] / docs / source / MultiSelect.html
index 0092ca0..7dc2af0 100644 (file)
@@ -1,10 +1,10 @@
-<html>\r
-<head>\r
-  <title>The source code</title>\r
-    <link href="../resources/prettify/prettify.css" type="text/css" rel="stylesheet" />\r
-    <script type="text/javascript" src="../resources/prettify/prettify.js"></script>\r
-</head>\r
-<body  onload="prettyPrint();">\r
+<html>
+<head>
+  <title>The source code</title>
+    <link href="../resources/prettify/prettify.css" type="text/css" rel="stylesheet" />
+    <script type="text/javascript" src="../resources/prettify/prettify.js"></script>
+</head>
+<body  onload="prettyPrint();">
     <pre class="prettyprint lang-js">Ext.ns('Ext.ux.form');\r
 \r
 <div id="cls-Ext.ux.form.MultiSelect"></div>/**\r
@@ -157,9 +157,9 @@ Ext.ux.form.MultiSelect = Ext.extend(Ext.form.Field,  {
             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
+        fs.body.addClass('ux-mselect');\r
 \r
         this.view = new Ext.ListView({\r
             multiSelect: true,\r
@@ -595,6 +595,6 @@ Ext.extend(Ext.ux.form.MultiSelect.DropZone, Ext.dd.DropZone, {
         this.addToGroup(ddGroup);\r
     }\r
 });\r
-</pre>    \r
-</body>\r
+</pre>
+</body>
 </html>
\ No newline at end of file