Documentation

editor

sets editor types for component items

string editor;

Example

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

See also

Details

There're nine editor types:

  • text;
  • inline-text;
  • checkbox;
  • inline-checkbox;
  • combo;
  • popup;
  • select;
  • color;
  • date;

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

Back to top