Files
openlayers/master/examples/third-scene.html
Éric Lemoine 5d14b9e2d4 Updated
2013-02-20 10:38:25 +01:00

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>