Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IDorfMultipleLabelsCssClasses

Some fields, like radio and checkbox, may have 2 labels and corresponding CSS classes.

stable

Hierarchy

Indexable

[key: string]: NgDorfClassType

Classes to be used with custom templates.

Index

Properties

Optional dorfField

dorfField: NgDorfClassType

Classes assigned to the concrete field component, under dorf-field, e.g. to dorf-input.

Optional error

Classes for the error, below the field.

Optional fieldGeneralization

fieldGeneralization: NgDorfClassType

Classes assigned to the dorf-field, which stores one of the fields at a time.

Optional htmlField

htmlField: NgDorfClassType

Classes for the HTML control.

Optional innerLabel

innerLabel: NgDorfClassType

Classes for a label which is around the field. Used especially with a checkbox or radio buttons.

Optional label

Classes for a label.

Optional wrapper

Classes for wrapper, which groups all field elements (label, control, error).

Generated using TypeDoc