Left tree, right tabs. Click on the tree to add the corresponding tabs
function addtabs (node) {
var start = ";
var end = ";
if (' #tt '). Tabs (' exists ', node.text))
{(' #tt '). Tabs (' select ', Node.text);
(' #tt '). Tabs (' select ', Node.text);
}
else {(' #tt '). Tabs (' Add ', {
"title": Node.text,
"fit": True,
"content": ","
selected ": True,
"Border": false,
"plain": true,
"scrollincrement":, "
scrollduration": "
closable": True ,
tools:[{
iconcls: ' Icon-reload ',
handler:function () {
reloadtabs (node);
},
" Toolposition ": Left",
}],
' DND ': true
});
}
Get Tabs Property
function gettabs (node) {
var menuname=parent. #tt '). Tabs (' getselected '). Panel (' Options '); Gets the Tabs object
var id =parent selected. #category "). Tree (' getselected ');//Get the selected tree object
console.info (menuName);
Console.info (ID);
}
Refresh Tabs
function reloadtabs (node) {
var tab = (' #tt '). Tabs (' Gettab ', node.text);(' #tt '). Tabs (' Update ', {
tab:tab,
options:tab.panel (' Options ')
});
The above is a small set to introduce the jquery Easyui to get tabs examples of analysis, I hope to help you, if you have any questions please give me a message, small series will promptly reply to everyone. Here also thank you very much for the cloud Habitat Community website support!