monthHeader

hides/shows the calendar header

boolean monthHeader;

Example

webix.ui({
    view:"calendar",
    monthHeader:"false"
});


Default value:

true
See also
Back to top