此代码应该调用该stapler()
函数,而是显示一个空白页
Function stapler(){
Ext.Msg.show({
title: 'Milton',
msg: 'Have you seen my staplersirji?',
buttons: {
yes: true,
no: true,
cancel: true
}
});
}
Ext.onReady(stapler());
页面中没有打开对话框。但是如果我做一个内联它就可以了。