Liking cljdoc? Tell your friends :D

ez-form.core


as-flowclj/s

source

as-listclj/s

(as-list form & args)

Out the form as a list (wrap in ul or ol list)

Out the form as a list (wrap in ul or ol list)
sourceraw docstring

as-paragraphclj/s

(as-paragraph form & args)

Output the form as a list of paragraphs

Output the form as a list of paragraphs
sourceraw docstring

as-tableclj/s

(as-table form & args)

Output the form as a table (wrap in a table)

Output the form as a table (wrap in a table)
sourceraw docstring

as-templateclj/s

(as-template template form & args)

Apply the template to the fields of the form

Apply the template to the fields of the form
sourceraw docstring

defformclj/smacro

(defform -name options fields)
source

formclj/s

(form fields form-options data params-or-fn options)
source

Formclj/s

source

get-tailclj/s

(get-tail form args)
source

get?clj

(get? request)

Is the request a GET?

Is the request a GET?
sourceraw docstring

post?clj

(post? request)

Is the request a POST?

Is the request a POST?
sourceraw docstring

select-fieldsclj/s

(select-fields form)

Return the fields of the form as a map

Return the fields of the form as a map
source (clj)source (cljs)raw docstring

valid?clj/s

(valid? form)
(valid? form params)

Is the form valid? Runs a validate and checks for errors

Is the form valid? Runs a validate and checks for errors
sourceraw docstring

validateclj/s

(validate form)
(validate form params)

Take a form and validate it. Error messages are added to each field found to have errors

Take a form and validate it. Error messages are added to each field found to have errors
sourceraw docstring

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

× close