Documentation

type

type of calendar view

string type;

Example

webix.ui({
    view:"calendar",
    type:"time"
});

Details

Currently support only one value "time", which converts calendar to the time picker

Back to top