首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > JavaScript >

Extjs Window的应用

2012-11-23 
Extjs Window的使用popWin new Ext.Window({id: popWinId,title: title, //TagRulerRes.ADD_TAGRULER,

Extjs Window的使用

popWin = new Ext.Window({id: 'popWinId',title: title, //TagRulerRes.ADD_TAGRULER,        width: 600,        height: 380,        autoShow: true,        plain: true,        resizable: false,        shadow: false,        bufferResize: true,        modal: true,          closeAction: 'close',        //listeners: {show: handleShow},        buttons: [{        id: 'popWinOK',            text: TagRulerRes.OK,           handler: submitPop         }, {        id: 'popWinCANCEL',            text: TagRulerRes.CANCEL,            handler: closePop         }]});

?

热点排行