timeIcon

sets an icon for time in the datepicker

string timeIcon;

Example

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


Default value:

"wxi-clock"
Details

The property allows setting:

  • changes an icon for an input with the "time" type
  • an icon for a drop-down calendar

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

Back to top