Class: Field

Picasso.pjo. Field

new Field()

A form field
Source:

Members

<static, readonly> type :string

Available default field types
Type:
  • string
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
Source:

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: