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.
13 lines (11 loc) • 520 B
HTML
<h1 dojoType="dojox.mobile.Heading" back="Back">Third Scene</h1>
<div dojoType="dojox.mobile.RoundRect" shadow="true">
This is the third scene.
Tap the first button to jump back to the first scene,
or the second button to go back one scene to the second scene.
</div>
<button id="btn3" dojoType="dojox.mobile.Button" style="width:120px">To 1st Scene</button>
<button id="btn4" dojoType="dojox.mobile.Button"
btnClass="mblRedButton" style="width:120px">To 2nd Scene</button>
<div class="inputData">
</div>