Liking cljdoc? Tell your friends :D

dgknght.app-lib.forms-validation


->captionclj/s

(->caption field)
source

add-rulesclj/s

(add-rules model field rules)
source

get-rulesclj/s

(get-rules model)
(get-rules model field)
source

rule-xfclj/smultimethod

source

set-custom-validityclj/s

(set-custom-validity event msg)
(set-custom-validity event model field)
source

valid?clj/s

(valid? model)
source

validateclj/s

(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.
sourceraw docstring

validated?clj/s

(validated? model)
(validated? model value)
source

validation-handlerclj/s

(validation-handler rules model field)
source

validation-msgclj/s

(validation-msg model)
(validation-msg model field)
(validation-msg model field rule-key)
(validation-msg model field rule-key msg)
source

validatorclj/s

(validator field rules)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close