Extjs的完成按钮和位置

this.toolbar.add('->')  ---重点是这个箭头,他是控制位置的
        this.CompleteDataAction = new Ext.Action({
            text : '完成',
            scope : this,
            handler : function(){window.close()}
        });
        this.toolbar.add(this.CompleteDataAction);
        this.toolbar.add('-');

 

posted @ 2015-11-02 15:24  花语苑  阅读(828)  评论(0编辑  收藏  举报