Every HTML Form Control has a defaultValue Attribute, which stores the inital value of the element (defaultValue for input controles, defaultSelected for Select controls, etc.)
In a Script Form Function, you can check the state of the element with input.value == input.defaultValue. So you can determine, if there is a change in the field compared to its inital value received from the server.
If I youse "simple" form dijits like dateTextBox or timeTextBox I cannot find a similar property to change against modifications of the dijits value.
Anybody can help?
