Updated
This commit is contained in:
12
master/examples/second-scene.html
Normal file
12
master/examples/second-scene.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user