`
onlydo
  • 浏览: 166018 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论

Ext.ux.form.MultiSelect滚动条

EXT 
阅读更多
在Ext.ux.form.MultiSelect的onRender方法中添加autoScroll:true。解决滚动条异常问题。
onRender: function(ct, position){
        Ext.ux.form.MultiSelect.superclass.onRender.call(this, ct, position);

        var fs = this.fs = new Ext.form.FieldSet({
            renderTo: this.el,
            title: this.legend,
            autoScroll:true,
            height: this.height,
            width: this.width,
            style: "padding:0;",
            tbar: this.tbar
        });
分享到:
评论
1 楼 珞珈的木野狐 2010-07-31  
如果只需要垂直滚动条呢?

相关推荐

Global site tag (gtag.js) - Google Analytics