Re: [iText-questions] validation via javascript

2006-02-01 Thread Udo Rader
On Wed, 2006-02-01 at 21:04 +0100, Udo Rader wrote: > Hi, > > I'd like to test the values of certain acroform fields using the AR built > in validation methods, such as AFDate_KeystrokeEx( someDateFormat ). > > What I've learned so far from reading Adobe's JS guide is that one has to > do this

[iText-questions] validation via javascript

2006-02-01 Thread Udo Rader
Hi, I'd like to test the values of certain acroform fields using the AR built in validation methods, such as AFDate_KeystrokeEx( someDateFormat ). What I've learned so far from reading Adobe's JS guide is that one has to do this on the _javascript_ level. So here's what I do: ---