導航:首頁 > 編程語言 > js控制easyuitab

js控制easyuitab

發布時間:2025-04-02 20:18:50

『壹』 easyui。。。在左側樹中單擊一個子節點在右邊tab中顯示一個jsp頁面

function addTab(title,path){
funcTab.tabs('add',{
title: title,
fit:true,
href:'${ctx}/login/forword!forwardFramePage.action?_f_url='+path,
iconCls:'icon-save',
closable:true
});
}

$(function(){
menuObj=$('#menu').tree({
url:'${ctx}/pm/user/user!displayAccessedMolesByUser.action',
animate:true,
onClick:function(node){
//alert(node.isLeaf);
var attributes = node.attributes;
if(attributes.isLeaf=="1"){
if(!isExistTab(node.text)){
//alert(attributes.path);
var url = "${ctx}"+attributes.path;
//alert(url);
addTab(node.text,url);
}else{
selectedTab(node.text);
}
}else{

}
},
onDblClick:function(node){
var attributes = node.attributes;
if(attributes.isLeaf=="0"){
$(this).tree('expand',node.target);
}
}
});
});
這個是我以前的測試,給你參考。

閱讀全文

與js控制easyuitab相關的資料

熱點內容
qq新版本2014下載50 瀏覽:777
win10關掉自動休眠 瀏覽:133
百度地圖jsp使用 瀏覽:58
iphone4電信插卡 瀏覽:141
c串口調試怎麼讓返回一個數據 瀏覽:440
逆戰文件包哪裡找 瀏覽:295
4g運存適合win10嗎 瀏覽:84
什麼是數據鈑金修復 瀏覽:846
wps打開顯示文件轉換格式 瀏覽:186
coreldrawx4led排孔工具 瀏覽:682
表示文件路徑用什麼字元隔開 瀏覽:549
word2010宏安全性設置 瀏覽:820
win7硬碟密碼設置 瀏覽:240
電腦有沒有這個文件在哪裡查 瀏覽:340
金蘋果內容摘要 瀏覽:580
網站怎麼對接qq在線客服 瀏覽:437
solidworks曲面建模教程 瀏覽:69
數控編程和計算機有什麼區別 瀏覽:541
jsp與webservice 瀏覽:659
k歌的數據包括什麼 瀏覽:300

友情鏈接