Skip to main content

active_link_view

Description

'says' to present the numbers of days in the Month view as clickable links that open the related day in the specified view

active_link_view: string

Example

scheduler.config.active_link_view = "week"; //where we'll jump from the Month view
...
scheduler.init('scheduler_here',new Date(2012,7,6),"month");

Default value: day

Applicable views: Month view

Details

note

The property requires the active_links plugin to be activated.

The property should be set to the name of the view you want to open month's days in.

Need help?
Got a question about the documentation? Reach out to our technical support team for help and guidance. For custom component solutions, visit the Services page.