Liking cljdoc? Tell your friends :D

ez-wire.form.wizard


render-navigationcljs

(render-navigation {:keys [step last-step? first-step? max-steps form-map button
                           css button-props]})
source

render-stepcljs

(render-step {:keys [step step-opts max-steps css] :as data}
             form-fn
             {:keys [id] :as form-map}
             args)
source

run-wizardcljs

(run-wizard form-fn args)
source

show-form-fncljs

(show-form-fn form-fn {:keys [params form-map content]})
(show-form-fn form-fn field-ks current-step args)

Show the form with the fn chosen, can send in a new field-ks

Show the form with the fn chosen, can send in a new field-ks
sourceraw docstring

wizardcljs

(wizard form-fn)

Takes a form-fn (as-table, as-list, etc) and puts into a surrounding wizard if the form is to be rendered as a wizard

Takes a form-fn (as-table, as-list, etc) and puts into a surrounding wizard if the form is to be rendered as a wizard
sourceraw docstring

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

× close