UNPKG

dojox

Version:

Dojo eXtensions, a rollup of many useful sub-projects and varying states of maturity – from very stable and robust, to alpha and experimental. See individual projects contain README files for details.

23 lines (22 loc) 772 B
<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>