.. _dojox/image/MagnifierLite: dojox.image.MagnifierLite ========================= :Status: Draft :Version: 1.0 :Project owner: ?-- :Available: since V? .. contents:: :depth: 2 A simple hover behavior for images, showing a zoomed version of a size image. ============ Introduction ============ dojox.image.MagnifierLite offers an unobtrusive way to add an unstyled overlay above the srcNode image element. The overlay/glass is a scaled version of the src image (so larger images sized down are clearer). The logic behind requiring the src image to be large is “it’s going to be downloaded, anyway” so this method avoids having to make thumbnails and two http requests among other things. This is the base class for :ref:`dojox.image.Magnifier `, a dojox.gfx-based extension this portion does not require the dojox.gfx package, but is limited to CSS-based styling. ===== Usage ===== TODO: how to use the component/class/method ========= ==== =========== Parameter Type Description ========= ==== =========== TODOC --- --- ========= ==== =========== ======== Examples ======== Declarative example ------------------- .. cv-compound:: .. cv:: javascript .. cv:: html

Programatic: (destroy() removes this.domNode)

.. cv:: css ======== See also ======== * :ref:`dojox.image.Magnifier `