Class FormGroup

A simple fieldset HTMLElement containing multiple form widgets.

Index

Methods

Constructors

Methods

build

  • build(): HTMLElement

Constructors

constructor

  • new FormGroup(contents: IFormWidget[], label: string): FormGroup
  • Creates a new FormGroup.

    Parameters

    • contents: IFormWidget[]

      The form widgets to include in the form group.

    • label: string

      The label to display for the form group.

    Returns FormGroup

Hierarchy

  • FormGroup