Subscribe to
Posts
Comments

Signature for custom method is

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