Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the validation group. File :...
validation@yahoogroup...
Sep 2, 2005 1:41 pm
382
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the validation group. File :...
validation@yahoogroup...
Sep 10, 2005 4:37 am
383
i still can't re-create the defect below. can anyone else confirm the bahvior? anyone have any ideas on what's up? i'm running jetty for development, so that...
I've been working lately on updating the validation script to handle more XXX and yield more opportunities for customizing behavior and whatnot. As I...
On Thu, 15 Sep 2005 22:47:00 +0200, somematt <matthew.a.frank@...> ... I'm not a neutral user of your script :-) but something I would like to see is...
I don't intend to go so far as to create some kind of custom API project. I was intending more to separate the noise from the actual implementation of the...
are you using the validation script from the Files section? if you are, you only need to set the datetime attribute of the field you want to validate: <input...
Is it possible to validate read only fields? I am using a pop-up window to change the contents of a text field, and wish to validate it as "required". When I...
unfortunately, that behavior is by design. the "isValidElement" private method specifically prevents validation on disabled and readonly elements. you have a...
looks like a bug alright. i must have changed the name of the variable in only part of the function. i'll be sure to add a test case for it to my JsUnit test...
I have been using your excellent validation script for some time without any problems, but have found a problem when using the latest versions of browsers. IE7...
good news: it was easy to reproduce. bad news: i'm having difficulty isolating the problem. a workaround that may or may not help you is to use something...
... so ... Any progress at all? Unfortunately I don't have the screen space to use a checkbox list as there are a lot of options in each dropdown and several...
i haven't made any progress except to discover that i don't know the underlying cause. if i comment out a method assignment, it works okay, but the script...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the validation group. File :...
validation@yahoogroup...
May 19, 2006 2:07 am
401
I added a DO-NOT-VALIDATE attribute that should enable you to bypass individual fields in validation. <select multiple="multiple" do-not-validate="true" ... ...
Hi Matt, Thanks for the great script. I recently implemented 3.2.0 so that I could use the summary feature. I know the script is in beta and I had quite a few...
I'm using latest 3.2.0. If I include the validation.js and I have a multiple select box, the multiple select box will not allow me to select multiple items....
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the validation group. File :...
validation@yahoogroup...
Aug 18, 2006 10:33 pm
407
i uploaded a fixed beta version that addresses the multiple select defect. i've also started re-numbering the version at 4.0.0 since i'm moving so much code...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the validation group. File :...
validation@yahoogroup...
Aug 21, 2006 2:55 am
409
i'm looking for a wiki site to host documentation pages for this project. i've found wiki.com and schtuff.com as possible hosts. does anyone have any advice...
i'm soliciting feedback on helper functions to make setting up page validation much easier. i have already considered * Validation.require: makes one or more...