Is there a way to attach events to textboxes in the form. I have a form with 40 - 50 textboxes. I don’t want to validate the textboxes on form submission. Is there a way to attach “onblur” event to all these textboxes. I am using XML init. Thanks.
Actualy onbluce event already attached and trigger onBeforeChange and onChange events (if user chnaged content). So you may simply attach event to form.