hubermedia documentation 2015 html
EnablePinRightClickCallback Method

Beim Rechts-Klick auf den eContent.objSpec.PinShape wird ein Callback aufgerufen.
Syntax
ASP.NET Ajax Javascript (Specification) 
function EnablePinRightClickCallback( 
   pin : PinShape,
   callback : function(latLong:LatLong, context:Object),
   context : Object
) : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfMiniMap.EnablePinRightClickCallback(PinShape,function(latLong:LatLong, context:Object),Object);

Parameters

pin
eContent.objSpec.PinShape der auf den Rechts-Klick reagieren soll.
callback
Funktion, die nach jeder Bewegung des eContent.objSpec.PinShape's aufgerufen wird.
context
Beliebiges Objekt das im Callback als weiterer Parameter vorhanden ist.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MiniMap class
MiniMap Members

 

 


© 2018 All Rights Reserved.

Send comments on this topic.