UNPKG

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.

12 lines (11 loc) 863 B
<div class="view mblView" style="background-color: pink"> <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 Main2</h1> <div> To change direction and remove all children of the footer select a button.</div> <button id="2testRTL" type="button" data-dojo-type="dojox/mobile/Button">testRTL on Body</button> <button id="2testLTR" type="button" data-dojo-type="dojox/mobile/Button">testLTR on Body</button> <button id="2testRTL2" type="button" data-dojo-type="dojox/mobile/Button">testRTL on footer</button> <button id="2testLTR2" 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> </div> </div>