Liking cljdoc? Tell your friends :D

api.forms


*form-data*cljs


checkbox-inputcljs

(checkbox-input {:keys [dispatch id val] :as attrs})

checkedcljs

(checked e)

color-inputcljs

(color-input {:keys [dispatch id val type on-change args] :as attrs})

controlcljs

(control label & form)

control-withcljs

(control-with label class & form)

date-vector->mapcljs

(date-vector->map [y m d])

double-inputcljs

(double-input _)

empty-hour?cljs

(empty-hour? h)

fieldcljs

(field id editor)
(field id editor attrs & body)

file-inputcljs

(file-input {:keys [id doc multiple on-change] :as attrs})

filter-datacljs

(filter-data data search)

format-datecljs

(format-date d f)

format-doublecljs

(format-double d)

geo->pointscljs

(geo->points geo)

geocodercljs

(geocoder {:keys [on-change dispatch] :as attrs})

gmap-componentcljs

(gmap-component attrs)

gmap-component-loadedcljs

(gmap-component-loaded {:keys [dispatch id]})

has-nan-comma?cljs

(has-nan-comma? v)

has-nan?cljs

(has-nan? v)

hour-inputcljs

(hour-input {:keys [dispatch val k id]})

iframecljs

(iframe attrs e)

image-inputcljs

(image-input {:keys [val] :as attrs})

input-uploadcljs

(input-upload _)

int-inputcljs

(int-input {:keys [dispatch id val on-change] :as attrs})

linked-listcljs

(linked-list {:keys [id source doc] :as attrs})

list-editorcljs

(list-editor s editor)
(list-editor s view editor)
(list-editor s view editor validate)

load-google-mapscljs

(load-google-maps)

maskedcljs


nan?cljs

(nan? c)

open-hours-inputcljs

(open-hours-input {:keys [dispatch id val type] :as attrs})

parse-doublecljs

(parse-double v)

parse-intcljs

(parse-int v)

points->geocljs

(points->geo points)

polygon-inputcljs

(polygon-input {:keys [dispatch id val] :as attrs})

render-datecljs

(render-date date)

render-datetimecljs

(render-datetime date)

render-iframecljs

(render-iframe e)

select-inputcljs

(select-input {:keys [dispatch id val on-change] :as attrs} & options)

select-listcljs

(select-list {:keys [id source doc] :as attrs})

single-file-inputcljs

(single-file-input {:keys [val] :as attrs})

sorted-valcljs

(sorted-val v)

text-inputcljs

(text-input {:keys [dispatch id val type on-change args] :as attrs})

textarea-inputcljs

(textarea-input {:keys [dispatch id val type] :as attrs})

value-ofcljs

(value-of f)

vec-insertcljs

(vec-insert coll pos item)

vec-removecljs

(vec-remove coll pos)

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

× close