RECOMMENDATION: If you are using a version of The Portal Connector higher than 4.0, we strongly recommend utilizing the MVC based widgets and components to create your site. This documentation is for legacy purposes only and will soon be deprecated.

get_validationMessage()

Returns the validation message from the widget. 

Parameters

none

Returns

String

get_isValid()

Returns true if the set validation passes on the specified field. 

Parameters

none

Returns

Boolean

get_recordArray()

Returns an array populated with the records that activate the validator. 

Parameters

none

Returns

Array

get_recordCount()

Returns the number of records that have activated the validator. 

Parameters

none

Returns

Number

get_dataFieldName()

Returns the developer name for the control. 

Parameters

none

Returns

String

get_value()

Returns true if the current form is valid for submission.

Parameters

none

Returns

Boolean