This commit is contained in:
Éric Lemoine
2013-02-20 10:38:25 +01:00
parent 17c3936ab6
commit 5d14b9e2d4
1919 changed files with 559755 additions and 2588 deletions

View 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>