Global onchange event

Hi,

I was looking for global event that can track the form data change. I dont want to use onchange for each field on form as I have many fields on the page. on chaging data in any field on the page, I want to set boolean value to true. Is this possible?

Hi

docs.dhtmlx.com/doku.php?id=dhtm … s_handling (general concept)
docs.dhtmlx.com/doku.php?id=dhtm … vents_form (find onChange/onBeforeChange in a list)