当我单击消息框的是按钮或否按钮时,我的页面将转移到另一个页面。
Ext.Msg.show({
title:'Register',
msg: 'You are successfully registered. Would you like to continue?',
buttons: Ext.Msg.YESNOCANCEL
});
当我单击消息框的是按钮或否按钮时,我的页面将转移到另一个页面。
Ext.Msg.show({
title:'Register',
msg: 'You are successfully registered. Would you like to continue?',
buttons: Ext.Msg.YESNOCANCEL
});