Search
WebComponents.register Method
See Also
 






Registers the controls in the package as web components.

Namespace: MindFusion.Scheduling
File: WebComponents.js

 Syntax

JavaScript  Copy Code

function register ()

 Remarks

Call this method to register the Calendar class as a web component. After registration, the browser instantiates Calendar objects for <mindfusion-calendar> HTML tags. You can get reference to objects created by the browser by calling the find method with id attribute's value as argument.

 See Also