timeIcon

sets an icon for time in the calendar

string timeIcon;

Example

webix.ui({
    view:"calendar",
    timeIcon:"wxi-clock"
});


Default value:

"wxi-clock"
Details

Check the Icons with UI Widgets article to learn more about usage of icons.

Back to top