<stringvalidator>

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

Attributes

Name (CSS property) Type (tag) Type (js) Default Category
maxErrorstring string String this string is longer than the maximum allowed length. read/write
   
maxLength number Number 255 read/write
   
minErrorstring string String this string is shorter than the minimum allowed length. read/write
   
minLength number Number 0 read/write
   
trim boolean boolean false read/write
   

Methods

doValidation()
stringvalidator.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