请问Easyui选项卡怎么进行动态绑定url?
- 你的回答被采纳后将获得:
- 系统奖励15(财富值+成长值)+难题奖励30(财富值+成长值)
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"
});
}
}
来自:求助得到的回答
本回答被提问者和网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询