87281248 2012-12-28
Tabs:懒加载页面
参考示例:Tabs:懒加载页面
创建Tabs
<ulid="tree1"class="mini-tree"url="../data/tree.txt"style="width:300px;padding:5px;"
showTreeIcon="true"textField="text"idField="id">
</ul>
数据结构
通过url返回的数据结构如下:
[
{title:"Tab1",url:"../tabs/pages/page1.html",refreshOnClick:true},
{title:"Tab2",url:"../tabs/pages/page2.html",showCloseButton:true},
{title:"Tab3",url:"../tabs/pages/page3.html"},
{title:"Tab4",url:"../tabs/pages/page4.html"},
{title:"Tab5",url:"../tabs/pages/page5.html"}
]
项目要实现一个功能,在首页底部中间的tab弹出一个页面,而且是没有底部栏的,而不是像平常滑动的一个子页面。<ion-tab [root]="tab5Root" tabIcon="call" ="cal