Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
M
 map
 Map, OpenLayers. Map. OpenLayers
 mapDivClick, OpenLayers. Control. OverviewMap
 mapGroups, Fusion. Lib. ApplicationDefinition
 MapGuide, OpenLayers. Layer. MapGuide. OpenLayers. Layer
 mapLoaded, Fusion. Widget. Legend. LegendRenderer
 mapLoading, Fusion. Widget. Legend. LegendRenderer
 mapReloaded, Fusion. Widget. Legend. LegendRenderer
 MapServer, OpenLayers. Layer. MapServer. OpenLayers. Layer
 Marker, OpenLayers. Marker. OpenLayers
 maximizeControl, OpenLayers. Control. OverviewMap
 maxWidth, OpenLayers. Control. ScaleLine
 minimizeControl, OpenLayers. Control. OverviewMap
 MOD_ALT, OpenLayers. Handler. OpenLayers. Handler
 MOD_CTRL, OpenLayers. Handler. OpenLayers. Handler
 MOD_NONE, OpenLayers. Handler. OpenLayers. Handler
 MOD_SHIFT, OpenLayers. Handler. OpenLayers. Handler
 modifyAlphaImageDiv, Util
 modifyDOMElement, Util
 mousedown
 mouseLeft, Util
 mousemove
 mouseout, OpenLayers. Handler.Drag
 mousePosition, OpenLayers. Handler. MouseWheel
 MousePosition, OpenLayers. Control. MousePosition. OpenLayers. Control
 mouseup, OpenLayers. Handler.Drag
 MouseWheel, OpenLayers. Handler. MouseWheel. OpenLayers. Handler
 move, OpenLayers. Handler.Drag
 moveBox, OpenLayers. Handler.Box
 moveGriddedTiles, OpenLayers. Layer.Grid
 moveTo
N
 Navigation, OpenLayers. Control. Navigation. OpenLayers. Control
 nextIcon, Fusion. Widget. SelectionPanel
 normalzeScale, Util
{OpenLayers.Map} this gets set in the addControl() function in OpenLayers.Map
{OpenLayers.Map}
{OpenLayers.Map} the map this marker is attached to
Constructor for a new OpenLayers.Map instance.
mapDivClick: function(evt)
Handle browser events
array of map groups, parsed from ApplicationDefinition.
Create a new Mapguide layer, either tiled or untiled.
mapLoaded: function()
Abstract method that handle the event: Fusion.Event.MAP_LOADED.
mapLoading: function()
Abstract method that handle the event: Fusion.Event.MAP_LOADING.
mapReloaded: function()
Abstract method that handle the event: Fusion.Event.MAP_RELOADED.
Create a new MapServer layer object
maximizeControl: function(e)
Unhide the control.
{Integer} Maximum width of the scale line in pixels.
minimizeControl: function(e)
Hide all the contents of the control, shrink the size, add the maximize icon
If set as the keyMask, checkModifiers returns false if Alt is down.
If set as the keyMask, checkModifiers returns false if Ctrl is down.
If set as the keyMask, checkModifiers returns false if any key is down.
If set as the keyMask, checkModifiers returns false if Shift is down.
OpenLayers.Util.modifyAlphaImageDiv = function(div,
id,
px,
sz,
imgURL,
position,
border,
sizing,
opacity)
OpenLayers.Util.modifyDOMElement = function(element,
id,
px,
sz,
position,
border,
overflow,
opacity)
Modifies many properties of a DOM element all at once.
Handle mousedown.
mousedown: function (evt)
Handle mousedown events
OpenLayers.Util.mouseLeft = function (evt,
div)
mousemove: function (evt)
Handle mousemove events
mousemove: function (evt)
Update the stored mousePosition on every move.
mouseout: function (evt)
Handle mouseout events
{OpenLayers.Pixel} mousePosition is necessary because evt.clientX/Y is buggy in Moz on wheel events, so we cache and use the value from the last mousemove.
mouseup: function (evt)
Handle mouseup events
move: function(evt)
This method is called during the handling of the mouse move event.
moveBox: function (xy)
moveGriddedTiles: function(bounds)
moveTo: function (px)
Sets the left and top style attributes to the passed in pixel coordinates.
moveTo: function (px)
move icon to passed in px.
moveTo:function(bounds,
zoomChanged,
dragging)
moveTo:function(bounds,
zoomChanged,
dragging)
This function is called whenever the map is moved.
moveTo: function(lonlat,
zoom,
options)
moveTo: function (px)
Move the marker to the new location.
moveTo: function (bounds,
position,
redraw)
Reposition the tile.
Create a new navigation control
{String} The default image for Previous page button.