level 1
R穿越人海
楼主
buttons: [{
text:*全选/清空*,
handler: function(){
batchprocess();
}
},{
text: *确定*,
handler: function(){
var s = submit_exp(*idForm${namespace}*, expUrl, *downloadIframe${namespace}*);
win_exp.hide();
if(s==*false*) {
showExport();
}
}
},{
text: *取消*,
handler: function(){
$(*#exportdiv*).hide();
win_exp.hide();
// win_exp.destroy();
}
}]
2014年09月19日 09点09分
1
text:*全选/清空*,
handler: function(){
batchprocess();
}
},{
text: *确定*,
handler: function(){
var s = submit_exp(*idForm${namespace}*, expUrl, *downloadIframe${namespace}*);
win_exp.hide();
if(s==*false*) {
showExport();
}
}
},{
text: *取消*,
handler: function(){
$(*#exportdiv*).hide();
win_exp.hide();
// win_exp.destroy();
}
}]