I´m trying to handle the 'validate' event for form elements with javascript. But there is
some weired behavior on handling this event. I use the following code on a radiobutton with 3
options :
Code: Select all
var f = this.getField("myRadioButton");
f.setAction("Validate","app.alert('Validate')");
If I use the same code on a textbox, nothing happens if I change the field value and leave the
field. If I use this javascript in Acrobat Reader, every field raises the 'validate'-Event.
Can you investigate this and give me a feedback on how long it would take to fix this ?
Thanks,
Juergen