Registers the controls in the package as web components.
Namespace: MindFusion.Mapping
File: WebComponents.js
SyntaxJavaScript
Copy Code
|
|---|
function register () |
RemarksCall this method to register the control classes from Mapping package as web components. After registration, the browser instantiates corresponding classes for following tags in HTML code:
HTML | JS Class |
|---|---|
<mindfusion-mapview> | |
<mindfusion-layercontroller> | |
<mindfusion-zoomcontroller> |
You can get a reference to objects created by the browser by calling the find method of corresponding class with id attribute's value as argument.
See Also