TitleBox.NeedValidate

Syntax

NeedValidate: boolean

Description

The NeedValidate property determines whether the title needs to be validated.

Comments

If the property is set to True, the title is to be validated, if the property is set to False, validation is not required.

Set the property value from JSON or using the setNeedValidate method, and get the property value using the getNeedValidate method.

Example

The example of property use is given on the page with description of the TitleBox.RequestMetadata event.

See also:

TitleBox