Registers the controls in the package as web components.
Namespace: MindFusion.Gauges
File: WebComponents.js
SyntaxJavaScript
Copy Code
|
|---|
function register () |
RemarksCall this method to register the control classes from Gauges package as web components. After registration, the browser instantiates corresponding classes for following tags in HTML code:
HTML | JS Class |
|---|---|
<mindfusion-lineargauge> | |
<mindfusion-ovalgauge> |
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