87,969
社区成员
发帖
与我相关
我的任务
分享
Ext.SelectDepartWindow = Ext.extend(Ext.Window,{
title: '选择部门',
frame: true,
width:500,height:400,
modal: true,
resizable:false,
closeAction: 'destroy',
layout : 'fit',
isSubmit : this.isSubmit,
jsonRet: this.jsonRet,
isCheck: false,
INDEX_CATEGORY_CHECKING : false,
//initComponent: function() {
//加上initComponent: 选项 窗口就无法显示了
//},
});
var winSelectDepart = new Ext.SelectDepartWindow();
winSelectDepart.show();
/*
* Ext JS Library 3.4.0
* Copyright(c) 2006-2011 Sencha Inc.
* licensing@sencha.com
* http://www.sencha.com/license
*/