标签:io ar sp on cti bs tt js nbsp
Ext.MessageBox.confirm= function(title, msg, fn) {
this.show({
title : title,
msg : msg,
buttons:{yes:‘确定‘,no:‘取消‘},
fn : fn,
icon : this.WARNING
});
return this;
}
标签:io ar sp on cti bs tt js nbsp
原文地址:http://www.cnblogs.com/WorkDay/p/4064312.html