Basic controls
You can use basic controls of Editbar standalone or create complex controls on their base. Below you'll find the list of basic controls. Check the corresponding section to view the detailed description of configuration properties for each control.
info
Refer to the Editbar configuration guide for more information about configuring!
Overview of Editbar basic controls
Name | Description |
---|---|
Avatar | The basic control for uploading of images. |
Button | The basic button control that can have an icon. |
Checkbox | The basic control for displaying the specified value or change it to the opposite one. |
CheckboxGroup | The basic control for creating groups of checkboxes. |
Colorpicker | The basic control for selecting a color. |
Combo | The basic input control that represents an advanced editable select box with a set of options. |
Container | The basic control for attaching an HTML code. |
Datepicker | The basic control for selecting a date. |
Fieldset | The basic control for creating complex controls with the help of the controls or the properties Editbar configuration options. |
Input | The basic input field control for typing some text inside. |
RadioGroup | The basic control for creating groups of Radio buttons. |
Select | The basic control that represents an advanced select box with a set of options to choose from. |
Slider | The basic control for selecting a numeric value by moving a thumb along a line with a fixed set of options. |
Spacer | The basic control for arranging and aligning controls on the Editbar by taking some space. |
Textarea | The basic control for entering a simple multi-line text. |
Timepicker | The basic control for selecting a time value either by moving handles along track bars or by entering hour and minutes values directly into related inputs. |
Toggle | The basic control that represents a special button which can change its state from the pressed to the unpressed one when clicked. |
ToggleGroup | The basic control for creating groups of toggle buttons. |