Liking cljdoc? Tell your friends :D

reagent-forms.core


bindcljsmultimethod

source

bind-fieldscljsmultimethod

Creates data bindings between the form fields and the supplied atom or calls the supplied functions (when doc is a map) on events triggered by fields. form - the form template with the fields doc - the document that the fields will be bound to events - any events that should be triggered when the document state changes

Creates data bindings between the form fields and the supplied atom or calls
the supplied functions (when `doc` is a map) on events triggered by fields.
form - the form template with the fields
doc - the document that the fields will be bound to
events - any events that should be triggered when the document state changes
sourceraw docstring

call-attrcljs

(call-attr doc attr)
source

clean-attrscljs

(clean-attrs attrs)
source

default-selectioncljs

(default-selection options v)
source

extract-selectorscljs

(extract-selectors selectors)

selectors might be passed in inline or as a collection

selectors might be passed in inline or as a collection
sourceraw docstring

format-typecljsmultimethod

source

format-valuecljs

(format-value fmt value)
source

init-fieldcljsmultimethod

source

make-formcljs

(make-form form opts)
source

map-optionscljs

(map-options options)
source

run-eventscljs

(run-events doc id value events)
source

set-disabledcljs

(set-disabled attrs update-disabled?)
source

set-validation-classcljs

(set-validation-class attrs doc)
source

update-attrscljs

(update-attrs {:keys [set-attributes] :as attrs} doc)
source

update-classcljs

(update-class attrs classes)
source

value-ofcljs

(value-of element)
source

wrap-fnscljs

(wrap-fns {:keys [doc get save! update!]} node)
source

wrap-get-fncljs

(wrap-get-fn get wrapper)
source

wrap-save-fncljs

(wrap-save-fn save! wrapper)
source

wrap-update-fncljs

(wrap-update-fn update! wrapper)
source

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

× close