new Field()
A form field
- Source:
Members
-
<static, readonly> type :string
-
Available default field types
Type:
- string
- Source:
Properties:
Name Type Default Description TEXT
string text TEXTAREA
string textarea NUMBER
string number EMAIL
string email PASSWORD
string password SUBMIT
string submit CANCEL
string cancel -
attrs :Object
-
The field attributes
Type:
- Object
- Source:
-
formIgnore :boolean
-
Type:
- boolean
- Source:
-
id :string|number
-
Type:
- string | number
- Source:
-
label :string
-
Type:
- string
- Source:
-
required :boolean
-
Type:
- boolean
- Source:
-
type :Picasso.pjo.Field.type
-
Type:
- Source:
-
value :*
-
Type:
- *
- Source: