1
Help for ParamQuery Pro / custom validation
« on: July 05, 2014, 07:32:13 am »
how can i define a custom validation function, whith custom parameters
and custom msg.
for example
function taxnumberIsValid(value,country) {
......
}
...
{ title: "country"},
{ title: "tax number",
validations: ??
}
Thanks in advance!
and custom msg.
for example
function taxnumberIsValid(value,country) {
......
}
...
{ title: "country"},
{ title: "tax number",
validations: ??
}
Thanks in advance!