year_y

sets the number of columns in the Year view

number year_y;

Example

scheduler.config.year_x = 5;
scheduler.config.year_y = 5;
...
scheduler.init('scheduler_here',new Date(2013,0,10),"year");


Default value:

3
Applicable views:Year View
Details

The property requires the year_view plugin to be activated.

The property is ignored in the Material skin. In the Material skin, the number of columns in the Year view is controlled by CSS.

See also
Back to top