Fable.Modulo


FormFieldLayout Type

Layout-related data

Record fields

Record Field Description

Disabled

Full Usage: Disabled

Field type: bool

The field is disabled

Field type: bool

IsRequired

Full Usage: IsRequired

Field type: bool

If true the field is required. Only used for UI purposes

Field type: bool

Label

Full Usage: Label

Field type: string option

The field's label. Useful for auto-generation

Field type: string option

Placeholder

Full Usage: Placeholder

Field type: string option

The field's placeholder

Field type: string option

RelativeSize

Full Usage: RelativeSize

Field type: int

The size of this field relative to the other fields

Field type: int

Tooltip

Full Usage: Tooltip

Field type: TooltipKind

Tooltip text

Field type: TooltipKind

Static members

Static member Description

FormFieldLayout.Empty(required)

Full Usage: FormFieldLayout.Empty(required)

Parameters:
    required : bool

Returns: FormFieldLayout
required : bool
Returns: FormFieldLayout