Detach control event handlers.
Namespace: MindFusion.Mapping
Package: Control.js
JavaScript
![]() |
---|
function detach () |
The following example creates a new MapView using a <DIV> element called "mapview" that we've declared in the HTML code of the page. Before the mapview is disposed we detach its event handlers. The MapView derives from Control.
JavaScript
![]() |
---|
var m = MindFusion.Mapping; // create a new instance of the mapView |