Files
openlayers/master/examples/image-view-scene.html
Éric Lemoine 5d14b9e2d4 Updated
2013-02-20 10:38:25 +01:00

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">&lt;</button>
<button id="panRight" dojoType="dojox.mobile.Button">&gt;</button>
<button id="panUp" dojoType="dojox.mobile.Button">^</button>
<button id="panDown" dojoType="dojox.mobile.Button">v</button>
</div>