Hi,
SmartGWT EE
I'm creating my custom validator and in the javadoc I found the following:
I have been looking for this Validator.addValidator method everywhere, but I can't seem to find it? Could you please advice? Is this missing from the API?
Regards,
Bart
SmartGWT EE
I'm creating my custom validator and in the javadoc I found the following:
Code:
Custom validators can be reused on the client by adding them to the global validator list, via the {@link com.smartgwt.client.widgets.form.validator.Validator#addValidator Validator.addValidator} method.
Regards,
Bart
Comment