Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

ValuesManager validate

$
0
0
The arguments validateHiddenFields, ignoreDSFields of the valuesmanager validate method are not delegated to the member forms validate method.

@See: ValidateManager.js@753
Code:

                var formSuccess = disableValidation ? true :
                    form.validate(true, true, typeValidationsOnly,
                        checkValuesOnly, skipServerValidation);

Is this by design?

Viewing all articles
Browse latest Browse all 4756

Trending Articles