tab选项卡的使用

主页面:

<#setting url_escaping_charset='utf-8'>
<html >
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="0">
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link rel="stylesheet" type="text/css" href="${base}/css/main.css"/>
<script type="text/javascript" src="${base}/jslib/jquery-1.4.2.js"></script>
<link rel="stylesheet" type="text/css" href="${base}/jslib/tabView/tabView.css?#{(randomInt)?default(0)}"/>
<script type="text/javascript" src="${base}/jslib/tabView/tabView.js"></script>
<script type="text/javascript" src="${base}/js/project/ds/billfollow/dictionary/DsbfStorecodeuserMain.js?#{(randomInt)?default(0)}"></script>
</head>
<body margin="0" id="bodyid">
<input type="hidden" id="pageContex" value="${base}"/>
<div id="tab_menu"></div>
<div id="dsbfStorecodeuserMainPage" style="height:1000px;"></div>
<input type="hidden" id="hiddentitles" name="hiddentitles" value=""/>
</body>
</html>


主页面JS:


var pageContex = "";
var tabView = null;
$(document).ready(function(){
pageContex=$("#pageContex").attr("value");
ListenEvents();
});

function ListenEvents(){
$(function() {
tabView = new TabView( {
containerId :'tab_menu',
hiddenTabsId:'hiddentitles',
pageid :'dsbfStorecodeuserMainPage',
cid :'tab_main',
position :'top'
});
var urlLink = pageContex+"/billfollow/dictionary/storecodeuserListPage";
tabView.add( {
id :'storecodeuserListPage',
title :"库位仓管员信息",
url :urlLink,
isClosed :false
});
});

}

//----------------------------------------tabView function
//增加Tab的函数
//参数:tabtitle----标题名称
//参数:taburl------url的名称
//参数:tabid-------tab的id号
//参数:showClose---是可关闭---boolean类型的参数
function addTab(tabtitle,taburl,tabId,showClose){
tabView.add( {
title :tabtitle,
url :taburl,
id :tabId,
isClosed :showClose
});
}
//关闭tab
function closeTab(tabId){
tabView.close(tabId);
}
//-------------------------------------------end tabView function



如果是这个主页面产生的tab,那么子页面可以通过parent.addTab方法增加其它tab。


[img]http://dl.iteye.com/upload/attachment/0071/4328/692044c2-2c9a-397a-9523-55ad0b541568.jpg[/img]
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值