Form CSS API Reference

All Common CSS variables:

    All Specific CSS classes:

    • .smart-form - CSS class for styling the Form.
    • .smart-form-row - CSS class for styling a Row in the Form.
    • .smart-form-control - CSS class for styling a FormControl. The FormControl contains Label, Form Editor and Info element.
    • .smart-form-control-label - CSS class for styling the Label of the FormControl.
    • .smart-form-editor - CSS class for styling the Form editor within the FormControl
    • .smart-form-control-icon - CSS class for styling the Info element of the FormControl.
    • .smart-form-group - CSS class for styling the FormGroup container element.
    • .smart-form-group-label - CSS class for styling the FormGroup's header label.
    • .smart-form-tab-strip - CSS class for styling the FormGroup header, when the viewMode is not default.
    • .smart-form-tab - CSS class for styling a Tab from the TabStrip.
    • .smart-form - CSS class for styling the Form
    • .smart-form - CSS class for styling the Form
    • .smart-valid - CSS class applied to a FormGroup and FormControl, when the value is valid.
    • .smart-invalid - CSS class applied to a FormGroup and FormControl, when the value is invalid.
    • .smart-pristine - CSS class applied to a FormGroup and FormControl, when the value is not changed.
    • .smart-dirty - CSS class applied to a FormGroup and FormControl, when the value is changed.
    • .smart-untouched - CSS class applied to a FormGroup and FormControl, when the control is still not touched.
    • .smart-touched - CSS class applied to a FormGroup and FormControl, when the control was touched.