13 lines
532 B
HTML
13 lines
532 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> |