active_link_view

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

string active_link_view;

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

Related samples

Details

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.

See also
  • Articles
  • Back to top