shanhuchong 2016-12-06
左边tree,右边tabs。点击tree增加相应的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”:400, “scrollDuration”:200, “closable”:true, tools:[{ iconCls:'icon-reload', handler:function(){ reloadTabs(node); }, “toolPosition”:”left”, }], ‘dnd':true }); } }
获取tabs属性
function gettabs(node){ var menuName=parent.(‘#tt').tabs(‘getSelected').panel(‘options'); //获取选中tabs 对象 var id =parent.(“#category”).tree(‘getSelected');//获取选中tree对象 console.info(menuName); console.info(id); }
刷新tabs
function reloadTabs(node) { var tab = (‘#tt').tabs(‘getTab',node.text);(‘#tt').tabs(‘update',{ tab: tab, options: tab.panel(‘options') }); }
项目要实现一个功能,在首页底部中间的tab弹出一个页面,而且是没有底部栏的,而不是像平常滑动的一个子页面。<ion-tab [root]="tab5Root" tabIcon="call" ="cal