X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775:/docs/source/MultiSelect.html diff --git a/docs/source/MultiSelect.html b/docs/source/MultiSelect.html index 0092ca0c..7dc2af04 100644 --- a/docs/source/MultiSelect.html +++ b/docs/source/MultiSelect.html @@ -1,10 +1,10 @@ - - - The source code - - - - + + + The source code + + + +
Ext.ns('Ext.ux.form');
 
 
/** @@ -157,9 +157,9 @@ Ext.ux.form.MultiSelect = Ext.extend(Ext.form.Field, { height: this.height, width: this.width, style: "padding:0;", - tbar: this.tbar, - bodyStyle: 'overflow: auto;' + tbar: this.tbar }); + fs.body.addClass('ux-mselect'); this.view = new Ext.ListView({ multiSelect: true, @@ -595,6 +595,6 @@ Ext.extend(Ext.ux.form.MultiSelect.DropZone, Ext.dd.DropZone, { this.addToGroup(ddGroup); } }); -
- + + \ No newline at end of file