Form can be rendered with multiple columns. Number of fields within the section should be specified here.
General and field-specific CSS classes.
List of supproted fields defined by DorfFieldDefinition, DorfFieldMetadata, css and tags.
Allows changing form state to disable. Should be set inside field component's constructor.
Forces required fields to have dorf-required
CSS class, which defines :after pseudoelement with a red star.
Returns the css classes from the service perspective, when tag is nested in group. Priority of classes is always the same:
Returns the css classes from the service perspective for a given tag. Priority of classes is always the same:
Method for retrieving DORF field from the built in and registered ones.
Method for overriding existing DORF field or for adding a totally new one.
Generated using TypeDoc
It is used in all DORF HTML templates and field compoenents for modyfing fields behavior. Specifies CSS classes for all important elements. It can also disable forms and this is an entry point where additional fields needs to be specified.