23 lines
794 B
HTML
23 lines
794 B
HTML
<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> |