Set of editing tools.
Editors are used for components in editable state. They define an editing pattern, whether it is text input, two-value choice, date and color selection.
webix.ui({
view:"datatable",
..config..
editable:true,
editor:"text"
})
Editor type depends on data you'd like to edit.
For more details check Data Editors
| $popup | set of configuration options for popup editors |
| checkbox | a checkbox editor for a two-value choice |
| color | a popup editor for hex code values. Allows picking a color from the colorboard. |
| combo | a popup list with predefined select options. |
| date | edits dates with the help of a popup calendar |
| excel_date | edits dates in the Spreadsheet via a popup calendar |
| gantt_numeditor | input for editing resource values in Gantt |
| inline-checkbox | a customizable checkbox editor |
| inline-text | a customizable text editor |
| multiselect | a popup list of predefined values with a multiple choice ability |
| password | a text editor for passwords |
| popup | a popup text editor for long texts |
| richselect | a popup list of predefined select options |
| select | a drowdown list of predefined values based on HTML select |
| ss_richselect | a popup list of predefined select options in Spreadsheet |
| text | a standard editor for editing text data |