Dispose the Control.
Namespace: MindFusion.Mapping
Package: Control.js
JavaScript Copy Code |
---|
function dispose () |
Detaches control event handlers and removes its element from the DOM, if it was internally created.
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.