12 lines
465 B
HTML
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> |