Constructor
new Form(props)
Instantiates a new Form
Parameters:
Name | Type | Description | |||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
props |
object |
Properties to initialize the Form with Properties
|
Members
body :Array.<FormItem>
This is the Form's body
footer :string
This is the Form's footer. It is inherited by those FormItem
s
which don't define a footer.
header :string
This is the Form's generic header. It is used in those FormItem
s
which don't define a header.
meta :FormMeta
This is the Form's meta. It contains the form configuration
method :string
This is the Form's method
path :string
This is the Form's path
(readonly) type :string
This is the Form's type
Methods
(static) fromTag(formTag) → {Form}
Creates a Form from a FormTag
Parameters:
Name | Type | Description |
---|---|---|
formTag |
FormTag |