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

12 lines
465 B
HTML

<h1 dojoType="dojox.mobile.Heading" back="Back">Second Scene</h1>
<div dojoType="dojox.mobile.RoundRect" shadow="true">
This is the second scene. Tap a button to go back to the first scene
</div>
<button id="btn1" dojoType="dojox.mobile.Button" style="width:120px">To First Scene</button>
<p></p>
<button id="btn2" dojoType="dojox.mobile.Button"
btnClass="mblRedButton" style="width:120px">To Third Scene</button>
<div class="inputData">
</div>