(set-custom-validity event msg)
(set-custom-validity event model field)
(validate model)
(validate model field)
(validate model field rules)
Applies validation rules configured in the models and returns a channel from which the model can be retrieved post validation.
The one argument arity also sets a flag in the data indicating that the entire model has been validated.
If no validation rules are specified for the model, nil is returned.
Applies validation rules configured in the models and returns a channel from which the model can be retrieved post validation. The one argument arity also sets a flag in the data indicating that the entire model has been validated. If no validation rules are specified for the model, nil is returned.
(validation-msg model)
(validation-msg model field)
(validation-msg model field rule-key)
(validation-msg model field rule-key msg)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close