Attach event to form Textbox

Hi,

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.

Hello,

Actualy onbluce event already attached and trigger onBeforeChange and onChange events (if user chnaged content). So you may simply attach event to form.

Here is more info:
docs.dhtmlx.com/doku.php?id=dhtm … forechange
docs.dhtmlx.com/doku.php?id=dhtm … t_onchange