tbar : [{
text : '新增过户',
tooltip : '新增过户',
iconCls : 'add-button',
}]
怎么给这个按钮添加一个超链接啊。
比如 add.jsp
:oops:
tbar : [{
text : '新增过户',
tooltip : '新增过户',
iconCls : 'add-button',
handler:function(){window.open("add.jsp");}
}]
}
fn:function(){window.location.href=url;}