$("#openTab").iMenubutton({这种方式是对id为openTab的控件进行设置
method: 'openTab',
btnCls: 'topjui-btn-purple',
tab: {
title: '这是新的Tab窗口',
href: _ctx + '/html/complex/panel_add.html'
},
grid: productDg
});
我需要像这样:直接通过js语句跳转 该怎么写?
function importCassion(){
window.location.href="${managerPath}/bim/monitoring/rebarDesign.do";
}