calendarWeekHeader

specifies the label for the column with weeks numbers

string calendarWeekHeader;

Example

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

Details

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

See also
  • Articles
  • Back to top