Custom client-side JS validation
November 8th, 2004 by alpriest
Signature for custom method is
function foo(val, args) {
// test the controls (not sure what val argument is though...?!)
args.IsValid = true | false;
}
November 8th, 2004 by alpriest
Signature for custom method is
function foo(val, args) {
// test the controls (not sure what val argument is though...?!)
args.IsValid = true | false;
}