required

required

domain: client

language: javascript

class Field class

Description

Specifies whether a not empty value for a field is required.

Use required to find out if a field requires a value or if the field can be blank. When required property is set to true, trying to post a null value will cause an exception to be raised.

See also

Fields

read_only