GraffitiEmailValidator

Enumerations #

Name Values
This class exposes no enumerations.

Constants #

Name Type Value
This class exposes no constants.

Events #

Definition Description
NoSuggestion() This event is fired when there is no valid suggestion for the email address supplied.
UpdateSuggestion() This event is fired when there is a suggestion for the email address supplied.

Methods #

Definition Description
AttachField( AttachTo as WebTextField ) This method attached the Javascript for the email validation to the supplied WebTextField.
DefaultDomains() as String Returns a comma-delimited list of the default domains used in suggestions.
DefaultTLDs() as String Returns a comma-delimited list of the default TLDs used in suggestions.

Properties #

Name Type Default Value Description
Domains String “” Accepts a comma-delimited list of domains to use for validation.
TLDs String “” Accepts a comma-delimited list of TLDs to use for validation.

Examples #

There are currently no examples for this class.