Namespace: extend

Picasso. extend

Reunites functions to augment Picasso functionality
Source:

Methods

<static> field(fieldName, Field)

Adds a extra field to the Picasso form
Parameters:
Name Type Description
fieldName string The name to access this type of field
Field function Constructor of the field
Source:
Throws:

<static> validator(fieldName, validator)

Adds a extra validator to the Picasso fields
Parameters:
Name Type Description
fieldName string
validator function
Source:
Throws: