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