type

тип datepicker

string type;

Values

  • time
    показывает timepicker
  • month
    показывает год
  • year
    показывает 12 лет
  • Example

    webix.ui({
        view:"datepicker",
        type:"month"
    });

    See also
  • Articles
  • Наверх