2011-07-21 12:10
提问者采纳
Ext.Msg.confirm('系统提示','确定要...吗?',
function(btn){
if(btn=='yes'){
alert('你点了确定');
}else{
}
},this);
-
提问者评价
-
thank you
评论(1)
18
1
2013-6-3 16:39
赵旭光2012
赵旭光2012
本文详细介绍了Ext.Msg.confirm()在Extjs中的使用方法,并通过示例代码展示了如何创建确认对话框,以及如何根据用户的选择执行相应的操作。

1699






