jQuery MiniUI
标题:
outlooktree问题
[打印本页]
作者:
westlifeml
时间:
2013-9-2 12:33:02
标题:
outlooktree问题
outlooktree打开的子画面如何获取父画面中对应的primaryKey 信息
我的子画面还用了
splitter
父画面打开代码如下:
var tabs = mini.get("mainTabs");
var primaryKey = "tab$" + node.primaryKey;
var tab = tabs.getTab(primaryKey);
if (!tab) {
tab = {};
tab.name = primaryKey;
tab.title = node.text;
tab.showCloseButton = true;
tab.url = "/" + node.url;
tabs.addTab(tab);
}
else
{
reloadTab();
}
tabs.activeTab(tab);
作者:
westlifeml
时间:
2013-9-2 13:42:02
看错了,是mini-tabs 中获取
问题已经解决
欢迎光临 jQuery MiniUI (http://miniui.com/discuss/)
Powered by Discuz! X2