zhangxinxu / mobilebone

Single Page Switching bone(include page manage, events manage) for mobile web APP, Hybrid APP, Phonegap, PPT, Single-Screen PC page...
http://www.zhangxinxu.com/wordpress/?p=4381
MIT License
1.4k stars 327 forks source link

data-classPage中关于tab的局部过场应用问题 #157

Open Athlen opened 9 years ago

Athlen commented 9 years ago

某html页面里有多个page元素,而某一个page里有多个tab元素, 1.现在有一种场景需要指定跳转到这个page的某个tab元素,是否可以实现? 2.是否可以在各个tab页的显示区域内,在异步加载数据完成前显示菊花?

zhangxinxu commented 9 years ago

你好,感谢反馈。已根据你的需求反馈对Mobilebone进行的功能增强。

  1. 支持page内tab元素的Ajax载入;
  2. 支持指定tab元素内的内容显示;
  3. 支持Mobilebone内置loading在tab容器内显示;

v2.6.0+

可参见测试页面: http://rawgit.com/zhangxinxu/mobilebone/develop/test/fixed-header-footer/index.html#&page1

关于指定tab元素内容载入,可在page页面回调中使用:

Mobilebone.handleTapEvent(/*对应的tab按钮元素*/);

Mobilebone.handleTapEvent()方法现在支持传递元素作为参数,实现相当于点击该元素的效果。