I have a little problem with the clear method of the dhtmlxForm… I have a form with some imputs, a combo, and a couple of calendar controls… Whe I invoke the form’s clear method a javascript error apears and program execution stops…
I have found that when I use the calendar controls the form’s clear method fails, if I take them out of the form it works as expected…
Acoording to documentation, clear method clears items values for inputs, selects, radiogroups and checkboxes. It does not say anything about calendars… But should it give an error message and stop working?
First clear() works fine, the second called inside event function returns error for no particular reason. Would be greatfull for some feedback on this manner.