dojox
Version:
Dojo eXtensions, a rollup of many useful sub-projects and varying states of maturity – from very stable and robust, to alpha and experimental. See individual projects contain README files for details.
8 lines (7 loc) • 942 B
HTML
<div class="view mblView">
<ul id="mainTabBar" data-dojo-type="dojox/mobile/TabBar" data-dojo-attach-point="tabBar" data-app-constraint="bottom" data-dojo-props='barType:"tabBar"' style="z-index:1;;right:0px">
<li data-dojo-type="dojox/mobile/TabBarButton" transitionOptions='{target:"footer,header,right,left,center2", transition:"slide"}' data-dojo-props='icon1:"mblDomButtonCatalogTabIcon", selected:true, thresholdX:80, thresholdY:30'>Show Center2</li>
<li data-dojo-type="dojox/mobile/TabBarButton" transitionOptions='{target:"footer,header,right,left,center", transition:"slide"}' data-dojo-props='icon1:"mblDomButtonFavoritesTabIcon", thresholdX:80, thresholdY:30'>Show Center</li>
<li data-dojo-type="dojox/mobile/TabBarButton" transitionOptions='{target:"footer,header,right,left,center2", transition:"slide"}' data-dojo-props='icon1:"mblDomButtonUpdatesTabIcon", thresholdX:80, thresholdY:30'>Show Center2</li>
</ul>
</div>