Documentation

calendarWeekHeader

specifies the label for the column with weeks numbers

string calendarWeekHeader;

Example

webix.ui({
    container:"box",
    view:"calendar",
    weekNumber:true,
    calendarWeekHeader:"W/"
});

See also

  • articles
  • Details

    The parameter has sense only when the weekNumber parameter is set to true.

    The default value is 'W#'.

    Back to top