Updated
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
<h1 dojoType="dojox.mobile.Heading" back="Back" id="imageViewHeader">
|
||||
ImageView Widget
|
||||
</h1>
|
||||
|
||||
<div
|
||||
dojoType="dojox.mobile.app.ImageView"
|
||||
id="imageView"
|
||||
style="width:300px; height: 300px;">
|
||||
</div>
|
||||
<div>
|
||||
Zoom
|
||||
<button id="decZoom" dojoType="dojox.mobile.Button">--</button>
|
||||
<button id="incZoom" dojoType="dojox.mobile.Button">++</button>
|
||||
<button id="resetZoom" dojoType="dojox.mobile.Button">Reset</button>
|
||||
<button id="toggleZoom" dojoType="dojox.mobile.Button">Toggle</button>
|
||||
</div>
|
||||
<div>
|
||||
Pan
|
||||
<button id="panLeft" dojoType="dojox.mobile.Button"><</button>
|
||||
<button id="panRight" dojoType="dojox.mobile.Button">></button>
|
||||
<button id="panUp" dojoType="dojox.mobile.Button">^</button>
|
||||
<button id="panDown" dojoType="dojox.mobile.Button">v</button>
|
||||
</div>
|
||||
Reference in New Issue
Block a user