EMS.Control.MobileZoom

Displays a mobile zoom bar.

Inherits from

  • <EMS.Control.Zoom>
Summary
EMS.Control.MobileZoomDisplays a mobile zoom bar.
Properties
zoomInId{String} Instead of having the control create a zoom in link, you can provide the identifier for an anchor element already added to the document.
zoomOutId{String} Instead of having the control create a zoom out link, you can provide the identifier for an anchor element already added to the document.

Properties

zoomInId

{String} Instead of having the control create a zoom in link, you can provide the identifier for an anchor element already added to the document.  By default, an element with id “emsZoomInLink” will be searched for and used if it exists.

zoomOutId

{String} Instead of having the control create a zoom out link, you can provide the identifier for an anchor element already added to the document.  By default, an element with id “emsZoomOutLink” will be searched for and used if it exists.

Close