FormBuilder
Extends:
Static Member Summary
| Static Public Members | ||
| public static |
options: * |
|
Constructor Summary
| Public Constructor | ||
| public |
|
|
Method Summary
| Public Methods | ||
| public |
create(display: *): * |
|
Inherited Summary
| From class Form | ||
| public static |
embed(embed: *): * |
|
| public get |
Returns the loaded forms JSON. |
|
| public set |
Sets the form. |
|
| public |
|
|
| public |
element: * |
|
| public |
instance: * |
|
| public |
options: * |
|
| public |
ready: * |
|
| public |
readyReject: * |
|
| public |
readyResolve: * |
|
| private |
_form: * |
|
| public |
attach(element: *): * |
|
| public |
Build a new form. |
|
| public |
Create a new form instance provided the display of the form. |
|
| public |
empty() |
|
| public |
errorForm(err: *): {"components": *} |
|
| public |
getSubmission(formio: *): * |
|
| public |
render(): * |
|
| public |
sanitize(string: *): * Sanitize an html string. |
|
| public |
setContent(element: *, content: *): boolean |
|
| public |
setDisplay(display: string): Promise<T> Changes the display of the form. |
|
| public |
setForm(formParam: *): * |
|
Static Public Members
Public Constructors
public constructor() source
Creates an easy to use interface for embedding webforms, pdfs, and wizards into your application.
Override:
Form#constructorPublic Methods
public create(display: *): * source
Create a new form instance provided the display of the form.
Override:
Form#createParams:
| Name | Type | Attribute | Description |
| display | * |
Return:
| * |
