<validatingForm>

JavaScript: lz.validatingForm
extends <form> » <baseform> » <view> » <node> » lz.Eventable »

Attributes

Name (CSS property) Type (tag) Type (js) Default Category
errorcount number Number 0 read/write
   
validators expression any   read/write
   

Attributes inherited from <form>

inset_bottom, inset_left, inset_right, inset_top, spacing

Attributes inherited from <baseform>

changed, formdata

Methods

addevents()
validatingForm.addevents(obj);
Parameter Name Type Description
obj    

classinit()
validatingForm.classinit(ignore);
Parameter Name Type Description
ignore    

clearErrors()
validatingForm.clearErrors();

iserrorchanged()
validatingForm.iserrorchanged(ignore);
Parameter Name Type Description
ignore    

recursive()
validatingForm.recursive(newsub);
Parameter Name Type Description
newsub    

Methods inherited from lz.Eventable

destroy, setAttribute

Events

Events inherited from <baseform>

onchanged

Events inherited from <node>

onconstruct, ondata, oninit

Events inherited from lz.Eventable

ondestroy