EXT MessageBox 弹出框 汉化

                // ok
                Ext.MessageBox.msgButtons[0].setText('OK');
                //yes
                Ext.MessageBox.msgButtons[1].setText('YES');
                // no
                Ext.MessageBox.msgButtons[2].setText('NO');
                // cancel
                Ext.MessageBox.msgButtons[3].setText('CANCLE');
                Ext.MessageBox.show({ title: "测试", msg: '测试', modal: true, buttons: Ext.Msg.YESNOCANCEL });
posted @ 2011-12-28 14:05  孙金棚  阅读(296)  评论(0编辑  收藏  举报