编辑完成后(或编辑后)事件js:
var a=this.getValue();
if(a=="是"){
//新窗口跳转,可以参考其他js新窗口方法
window.open(encodeURI(encodeURI("${servletURL}?viewlet="+cpt路径)));
}
编辑后事件
var aa = this.getValue();
if(aa=="是"){
window.open(url);