FormInput CSS

FormInput is a wrapping control intended for using Webix widgets as Form controls. It inherits from Fieldset.

Webix FormInput basic use

CSS class Element
.webix_forminput the whole forminput
.webix_forminput_label the label of the forminput
.webix_forminput_body the container for a control

Read more about FormInput

Back to top