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.
14 lines (12 loc) • 929 B
HTML
<div class="view mblView">
<div data-dojo-type="dojox/app/widgets/Container" data-dojo-attach-point="container" data-app-constraint="center" data-dojo-props="scrollable: true, fixedFooter:'mainTabBar'">
<h1>APP Center Main</h1>
<div> To change direction and remove all children of the footer select a button.</div>
<button id="testRTL" type="button" data-dojo-type="dojox/mobile/Button">testRTL on Body</button>
<button id="testLTR" type="button" data-dojo-type="dojox/mobile/Button">testLTR on Body</button>
<button id="testRTL2" type="button" data-dojo-type="dojox/mobile/Button">testRTL on footer</button>
<button id="testLTR2" type="button" data-dojo-type="dojox/mobile/Button">testLTR on footer</button>
<div> After switching direction select a tab from the footer to reload the views.</div>
<button id="testTrans" type="button" data-dojo-type="dojox/mobile/Button">test transition</button>
</div>
</div>