Liking cljdoc? Tell your friends :D

hatti.views.record


format-as-question-answercljs

(format-as-question-answer view field data lang)
source

header-notecljs

(header-note view {:keys [geofield data]})
source

qa-elementscljs

source

submission-arrowcljs

(submission-arrow dir cur-rank view)
source

submission-closercljs

(submission-closer)
source

submission-elementscljs

source

wrap-withcljs

(wrap-with root)

Wrap-with produces a partial to wrap a set of children. ((wrap-with :div) 1 2 3) => [:div [1 2 3]] ((wrap-with [:div {:class 0}]) 1 2 3) => [:div {:class 0} [1 2 3]]

Wrap-with produces a partial to wrap a set of children.
((wrap-with :div) 1 2 3) => [:div [1 2 3]]
((wrap-with [:div {:class 0}]) 1 2 3) => [:div {:class 0} [1 2 3]]
sourceraw docstring

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

× close