class RendererConfig

Class RendererConfig.

An enum of possible BootstrapRenderer configuration options.

Constants

form

The form element

group

Form group

groupLabel

Label of a group

gridRow

Bootstrap row

gridCell

formOwnErrors

Errors belonging to the form rather than an individual control. This is a container.

formOwnError

Multiple of those will be inside formOwnErrors

pair

label

description

nonLabel

form group parts which are not label - input, feedback, description

input

Influences on control HTML. Applied after validation.

inputValid

inputInvalid

feedback

Text saying if field is valid or invalid

feedbackValid

Child of 'feedback'. Extra attributes for invalid feedback

feedbackInvalid

Child of 'feedback'. Extra attributes for valid feedback

elementName

Element name

container

Container. Must contain 'element' key. May be recursive.

attributes

classSet

Class or array of classes to set

classAdd

Class or array of classes to add

classRemove

Class or array to classes to remove if they exist