Class: BootstrapFormGroup

BootstrapFormGroup

Bootstrap form group

Constructor

new BootstrapFormGroup(options)

Constructor
Parameters:
Name Type Description
options object
Source:

Extends

Methods

createInput(data) → {FormGroup}

Create an input or select from data
Parameters:
Name Type Description
data object
Inherited From:
Source:
Returns:
Type
FormGroup

setInput($input) → {FormGroup}

Set the input into the input wrapper
Parameters:
Name Type Description
$input FormInput | FormSelect | jQuery
Inherited From:
Source:
Returns:
Type
FormGroup

setLabel(label) → {FormGroup}

Set the label
Parameters:
Name Type Description
label jQuery | string
Inherited From:
Source:
Returns:
Type
FormGroup