Subscribe to
Posts
Comments

Signature for custom method is

[javascript]
function foo(val, args) {
// test the controls (not sure what val argument is though…?!)
args.IsValid = true | false;
}
[/javascript]

Leave a Reply