easyui如何获取选项卡的url啊
1个回答
展开全部
//自定义一个addTab方法,
//参数 title: 标题 ; url : 页面路径(一般是相对路径);closable:tab选项卡是否有关闭按钮(默认首页的closable为false)
function addTab(title, url, closable){
if (href) {
content = '<iframe scrolling="auto" frameborder="0" src="' + url+ '" style="width:100%;height:100%;"></iframe>';
} else {
content = "未实现";
}
if ($("#tabs").tabs('exists', text)) {
$('#tabs').tabs('select', text);
} else {
$("#tab").tabs("add", {
title : title,
closable : closable || true,
content : content
//,iconCls : icon || "icon-default"
});
}
}
//参数 title: 标题 ; url : 页面路径(一般是相对路径);closable:tab选项卡是否有关闭按钮(默认首页的closable为false)
function addTab(title, url, closable){
if (href) {
content = '<iframe scrolling="auto" frameborder="0" src="' + url+ '" style="width:100%;height:100%;"></iframe>';
} else {
content = "未实现";
}
if ($("#tabs").tabs('exists', text)) {
$('#tabs').tabs('select', text);
} else {
$("#tab").tabs("add", {
title : title,
closable : closable || true,
content : content
//,iconCls : icon || "icon-default"
});
}
}
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询