<emailvalidator>

JavaScript: lz.emailvalidator
extends <basevalidator> » <view> » <node> » lz.Eventable »

Attributes

Name (CSS property) Type (tag) Type (js) Default Category
incorrectlydomainErrorstring string String The domain in your email address is incorrectly formatted. read/write
   
missingatmarkErrorstring string String Missing the @ character in your email address. read/write
   
missingperiodErrorstring string String The domain in your email address is missing a period. read/write
   
toomanyatmarkErrorstring string String Too many @ characters in your email address. read/write
   
trim boolean boolean true read/write
   

Methods

doValidation()
emailvalidator.doValidation(val);
Parameter Name Type Description
val    

Methods inherited from lz.Eventable

destroy, setAttribute

Events

Events inherited from <node>

onconstruct, ondata, oninit

Events inherited from lz.Eventable

ondestroy