editor

sets editor types for component items

string editor;

Example

{view:"list", editor:"text"}

Related samples

Details

There are twelve editor types:

  • text, inline-text, password;
  • checkbox, inline-checkbox;
  • select, combo, richselect;
  • multiselect (Webix Pro edition only);
  • date;
  • color;
  • popup.

They are described in detail in the related API reference section as well as in the attached related article.

See also
Back to top