读书人

Extjs Window的应用

发布时间: 2012-11-23 22:54:33 作者: rapoo

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         }]});

?

读书人网 >JavaScript

热点推荐