Package dev.fritz2.components.forms

Properties

Link copied to clipboard
const val formGroupElementContainerMarker: String

Marker CSS class name for all container elements of a single formControl rendering. The ControlRenderer implementation must apply this to all container elements until the base level, where the label and the control itself are exposed.

Link copied to clipboard
const val formGroupElementLabelMarker: String

Should be applied by ControlRenderer implementations to the label element, if its control is "one single line" like an inputField or a selectField.

Link copied to clipboard
const val formGroupElementLegendMarker: String

Should be applied by ControlRenderer implementations to the legend element if its control renders a group of options like a checkboxGroup.