Calendar.js - Documentation - Binding Public Functions
Below is a list of all the public API functions that can be called from a Calendar.js binding class instance.
Download Now
Below is a list of all the public API functions that can be called from a Calendar.js binding class instance.
Download Now
Renders a new map on a element using the options specified.
Parameter: elementId: Object - The element to render.
Returns: Object - The Calendar.js binding class instance.
Finds all new map elements and renders them.
Returns: Object - The Calendar.js binding class instance.
Returns the Calendar.js instance for a specific element ID.
Parameter: elementId: Object - The element ID used for the Calendar.js instance.
Returns: Object - The Calendar.js class instance.
Sets the specific configuration options that should be used.
Fires: onRefresh
Parameter: newConfiguration: Object - All the configuration options that should be set (refer to "Configuration Options" documentation for properties).
Returns: Object - The Calendar.js binding class instance.
Returns an array of element IDs that have been rendered.
Returns: string[] - The element IDs that have been rendered.