Liking cljdoc? Tell your friends :D
Mostly clj/s.
Exceptions indicated.

sablono.core


*group*clj/s

source

check-boxclj/s

source

check-box2416clj

(check-box2416 name)
(check-box2416 name checked?)
(check-box2416 name checked? value)

Creates a check box.

Creates a check box.
sourceraw docstring

check-box3657cljs

(check-box3657 name)
(check-box3657 name checked?)
(check-box3657 name checked? value)

Creates a check box.

Creates a check box.
sourceraw docstring

color-fieldclj/s

source

color-field2382clj

(color-field2382 name__2374__auto__)
(color-field2382 name__2374__auto__ value__2375__auto__)

Creates a color input field.

Creates a color input field.
sourceraw docstring

color-field3606cljs

(color-field3606 name__2374__auto__)
(color-field3606 name__2374__auto__ value__2375__auto__)

Creates a color input field.

Creates a color input field.
sourceraw docstring

date-fieldclj/s

source

date-field2384clj

(date-field2384 name__2374__auto__)
(date-field2384 name__2374__auto__ value__2375__auto__)

Creates a date input field.

Creates a date input field.
sourceraw docstring

date-field3609cljs

(date-field3609 name__2374__auto__)
(date-field3609 name__2374__auto__ value__2375__auto__)

Creates a date input field.

Creates a date input field.
sourceraw docstring

datetime-fieldclj/s

source

datetime-field2386clj

(datetime-field2386 name__2374__auto__)
(datetime-field2386 name__2374__auto__ value__2375__auto__)

Creates a datetime input field.

Creates a datetime input field.
sourceraw docstring

datetime-field3612cljs

(datetime-field3612 name__2374__auto__)
(datetime-field3612 name__2374__auto__ value__2375__auto__)

Creates a datetime input field.

Creates a datetime input field.
sourceraw docstring

datetime-local-fieldclj/s

source

datetime-local-field2388clj

(datetime-local-field2388 name__2374__auto__)
(datetime-local-field2388 name__2374__auto__ value__2375__auto__)

Creates a datetime-local input field.

Creates a datetime-local input field.
sourceraw docstring

datetime-local-field3615cljs

(datetime-local-field3615 name__2374__auto__)
(datetime-local-field3615 name__2374__auto__ value__2375__auto__)

Creates a datetime-local input field.

Creates a datetime-local input field.
sourceraw docstring

defelemclj/smacro

(defelem name & fdecl)

Defines a function that will return a element vector. If the first argument passed to the resulting function is a map, it merges it with the attribute map of the returned element value.

Defines a function that will return a element vector. If the first argument
passed to the resulting function is a map, it merges it with the attribute
map of the returned element value.
sourceraw docstring

defhtmlclj/smacro

(defhtml name & fdecl)

Define a function, but wrap its output in an implicit html macro.

Define a function, but wrap its output in an implicit html macro.
sourceraw docstring

source

(drop-down2442 name options)
(drop-down2442 name options selected)

Creates a drop-down box using the <select> tag.

Creates a drop-down box using the <select> tag.
sourceraw docstring

(drop-down3676 name options)
(drop-down3676 name options selected)

Creates a drop-down box using the <select> tag.

Creates a drop-down box using the <select> tag.
sourceraw docstring

email-fieldclj/s

source

email-field2390clj

(email-field2390 name__2374__auto__)
(email-field2390 name__2374__auto__ value__2375__auto__)

Creates a email input field.

Creates a email input field.
sourceraw docstring

email-field3618cljs

(email-field3618 name__2374__auto__)
(email-field3618 name__2374__auto__ value__2375__auto__)

Creates a email input field.

Creates a email input field.
sourceraw docstring

file-fieldclj/s

source

file-field2392clj

(file-field2392 name__2374__auto__)
(file-field2392 name__2374__auto__ value__2375__auto__)

Creates a file input field.

Creates a file input field.
sourceraw docstring

file-field3621cljs

(file-field3621 name__2374__auto__)
(file-field3621 name__2374__auto__ value__2375__auto__)

Creates a file input field.

Creates a file input field.
sourceraw docstring

file-uploadclj/s

source

form-toclj/s

source

form-to2452clj

(form-to2452 [method action] & body)

Create a form that points to a particular method and route. e.g. (form-to [:put "/post"] ...)

Create a form that points to a particular method and route.
e.g. (form-to [:put "/post"]
       ...)
sourceraw docstring

form-to3685cljs

(form-to3685 [method action] & body)

Create a form that points to a particular method and route. e.g. (form-to [:put "/post"] ...)

Create a form that points to a particular method and route.
e.g. (form-to [:put "/post"]
       ...)
sourceraw docstring

gen-input-fieldclj

(gen-input-field input-type)
source

gen-input-fieldsclj/smacro

(gen-input-fields)

Generates the input fields.

Generates the input fields.
sourceraw docstring

hidden-fieldclj/s

source

hidden-field2394clj

(hidden-field2394 name__2374__auto__)
(hidden-field2394 name__2374__auto__ value__2375__auto__)

Creates a hidden input field.

Creates a hidden input field.
sourceraw docstring

hidden-field3624cljs

(hidden-field3624 name__2374__auto__)
(hidden-field3624 name__2374__auto__ value__2375__auto__)

Creates a hidden input field.

Creates a hidden input field.
sourceraw docstring

htmlclj/smacro

(html options & content)

Render Clojure data structures via Facebook's React.

Render Clojure data structures via Facebook's React.
sourceraw docstring

html-expandclj/smacro

(html-expand & forms)

Returns the expanded HTML generation forms.

Returns the expanded HTML generation forms.
sourceraw docstring

imageclj/s

source

image2356clj

(image2356 src)
(image2356 src alt)

Create an image element.

Create an image element.
sourceraw docstring

image3599cljs

(image3599 src)
(image3599 src alt)

Create an image element.

Create an image element.
sourceraw docstring

include-cssclj/s

(include-css & styles)

Include a list of external stylesheet files.

Include a list of external stylesheet files.
sourceraw docstring

include-jscljs

(include-js src)

Include the JavaScript library at src.

Include the JavaScript library at `src`.
sourceraw docstring

include-reactcljs

(include-react)

Include Facebook's React JavaScript library.

Include Facebook's React JavaScript library.
sourceraw docstring

labelclj/s

source

label2446clj

(label2446 name text)

Creates a label for an input field with the supplied name.

Creates a label for an input field with the supplied name.
sourceraw docstring

label3682cljs

(label3682 name text)

Creates a label for an input field with the supplied name.

Creates a label for an input field with the supplied name.
sourceraw docstring

source

(link-to2315 url & content)

Wraps some content in a HTML hyperlink with the supplied URL.

Wraps some content in a HTML hyperlink with the supplied URL.
sourceraw docstring

(link-to3579 url & content)

Wraps some content in a HTML hyperlink with the supplied URL.

Wraps some content in a HTML hyperlink with the supplied URL.
sourceraw docstring

mail-toclj/s

source

mail-to2317clj

(mail-to2317 e-mail & [content])

Wraps some content in a HTML hyperlink with the supplied e-mail address. If no content provided use the e-mail address as content.

Wraps some content in a HTML hyperlink with the supplied e-mail
address. If no content provided use the e-mail address as content.
sourceraw docstring

mail-to3582cljs

(mail-to3582 e-mail & [content])

Wraps some content in a HTML hyperlink with the supplied e-mail address. If no content provided use the e-mail address as content.

Wraps some content in a HTML hyperlink with the supplied e-mail
address. If no content provided use the e-mail address as content.
sourceraw docstring

month-fieldclj/s

source

month-field2396clj

(month-field2396 name__2374__auto__)
(month-field2396 name__2374__auto__ value__2375__auto__)

Creates a month input field.

Creates a month input field.
sourceraw docstring

month-field3627cljs

(month-field3627 name__2374__auto__)
(month-field3627 name__2374__auto__ value__2375__auto__)

Creates a month input field.

Creates a month input field.
sourceraw docstring

number-fieldclj/s

source

number-field2398clj

(number-field2398 name__2374__auto__)
(number-field2398 name__2374__auto__ value__2375__auto__)

Creates a number input field.

Creates a number input field.
sourceraw docstring

number-field3630cljs

(number-field3630 name__2374__auto__)
(number-field3630 name__2374__auto__ value__2375__auto__)

Creates a number input field.

Creates a number input field.
sourceraw docstring

ordered-listclj/s

source

ordered-list2340clj

(ordered-list2340 coll)

Wrap a collection in an ordered list.

Wrap a collection in an ordered list.
sourceraw docstring

ordered-list3594cljs

(ordered-list3594 coll)

Wrap a collection in an ordered list.

Wrap a collection in an ordered list.
sourceraw docstring

password-fieldclj/s

source

password-field2400clj

(password-field2400 name__2374__auto__)
(password-field2400 name__2374__auto__ value__2375__auto__)

Creates a password input field.

Creates a password input field.
sourceraw docstring

password-field3633cljs

(password-field3633 name__2374__auto__)
(password-field3633 name__2374__auto__ value__2375__auto__)

Creates a password input field.

Creates a password input field.
sourceraw docstring

radio-buttonclj/s

source

radio-button2418clj

(radio-button2418 group)
(radio-button2418 group checked?)
(radio-button2418 group checked? value)

Creates a radio button.

Creates a radio button.
sourceraw docstring

radio-button3660cljs

(radio-button3660 group)
(radio-button3660 group checked?)
(radio-button3660 group checked? value)

Creates a radio button.

Creates a radio button.
sourceraw docstring

range-fieldclj/s

source

range-field2402clj

(range-field2402 name__2374__auto__)
(range-field2402 name__2374__auto__ value__2375__auto__)

Creates a range input field.

Creates a range input field.
sourceraw docstring

range-field3636cljs

(range-field3636 name__2374__auto__)
(range-field3636 name__2374__auto__ value__2375__auto__)

Creates a range input field.

Creates a range input field.
sourceraw docstring

rendercljs

(render element)

Render element as HTML string.

Render `element` as HTML string.
sourceraw docstring

render-staticcljs

(render-static element)

Render element as HTML string, without React internal attributes.

Render `element` as HTML string, without React internal attributes.
sourceraw docstring

reset-buttonclj/s

source

reset-button2450clj

(reset-button2450 text)

Creates a form reset button.

Creates a form reset button.
sourceraw docstring

reset-button3684cljs

(reset-button3684 text)

Creates a form reset button.

Creates a form reset button.
sourceraw docstring

search-fieldclj/s

source

search-field2404clj

(search-field2404 name__2374__auto__)
(search-field2404 name__2374__auto__ value__2375__auto__)

Creates a search input field.

Creates a search input field.
sourceraw docstring

search-field3639cljs

(search-field3639 name__2374__auto__)
(search-field3639 name__2374__auto__ value__2375__auto__)

Creates a search input field.

Creates a search input field.
sourceraw docstring

select-optionsclj/s

source

select-options2420clj

(select-options2420 coll)
(select-options2420 coll selected)

Creates a seq of option tags from a collection.

Creates a seq of option tags from a collection.
sourceraw docstring

select-options3663cljs

(select-options3663 coll)
(select-options3663 coll selected)

Creates a seq of option tags from a collection.

Creates a seq of option tags from a collection.
sourceraw docstring

submit-buttonclj/s

source

submit-button2448clj

(submit-button2448 text)

Creates a submit button.

Creates a submit button.
sourceraw docstring

submit-button3683cljs

(submit-button3683 text)

Creates a submit button.

Creates a submit button.
sourceraw docstring

tel-fieldclj/s

source

tel-field2406clj

(tel-field2406 name__2374__auto__)
(tel-field2406 name__2374__auto__ value__2375__auto__)

Creates a tel input field.

Creates a tel input field.
sourceraw docstring

tel-field3642cljs

(tel-field3642 name__2374__auto__)
(tel-field3642 name__2374__auto__ value__2375__auto__)

Creates a tel input field.

Creates a tel input field.
sourceraw docstring

text-areaclj/s

source

text-area2444clj

(text-area2444 name)
(text-area2444 name value)

Creates a text area element.

Creates a text area element.
sourceraw docstring

text-area3679cljs

(text-area3679 name)
(text-area3679 name value)

Creates a text area element.

Creates a text area element.
sourceraw docstring

text-fieldclj/s

source

text-field2408clj

(text-field2408 name__2374__auto__)
(text-field2408 name__2374__auto__ value__2375__auto__)

Creates a text input field.

Creates a text input field.
sourceraw docstring

text-field3645cljs

(text-field3645 name__2374__auto__)
(text-field3645 name__2374__auto__ value__2375__auto__)

Creates a text input field.

Creates a text input field.
sourceraw docstring

time-fieldclj/s

source

time-field2410clj

(time-field2410 name__2374__auto__)
(time-field2410 name__2374__auto__ value__2375__auto__)

Creates a time input field.

Creates a time input field.
sourceraw docstring

time-field3648cljs

(time-field3648 name__2374__auto__)
(time-field3648 name__2374__auto__ value__2375__auto__)

Creates a time input field.

Creates a time input field.
sourceraw docstring

unordered-listclj/s

source

unordered-list2324clj

(unordered-list2324 coll)

Wrap a collection in an unordered list.

Wrap a collection in an unordered list.
sourceraw docstring

unordered-list3589cljs

(unordered-list3589 coll)

Wrap a collection in an unordered list.

Wrap a collection in an unordered list.
sourceraw docstring

url-fieldclj/s

source

url-field2412clj

(url-field2412 name__2374__auto__)
(url-field2412 name__2374__auto__ value__2375__auto__)

Creates a url input field.

Creates a url input field.
sourceraw docstring

url-field3651cljs

(url-field3651 name__2374__auto__)
(url-field3651 name__2374__auto__ value__2375__auto__)

Creates a url input field.

Creates a url input field.
sourceraw docstring

week-fieldclj/s

source

week-field2414clj

(week-field2414 name__2374__auto__)
(week-field2414 name__2374__auto__ value__2375__auto__)

Creates a week input field.

Creates a week input field.
sourceraw docstring

week-field3654cljs

(week-field3654 name__2374__auto__)
(week-field3654 name__2374__auto__ value__2375__auto__)

Creates a week input field.

Creates a week input field.
sourceraw docstring

with-base-urlclj/smacro

(with-base-url base-url & body)

Sets a base URL that will be prepended onto relative URIs. Note that for this to work correctly, it needs to be placed outside the html macro.

Sets a base URL that will be prepended onto relative URIs. Note that for this
to work correctly, it needs to be placed outside the html macro.
sourceraw docstring

with-groupclj/smacro

(with-group group & body)

Group together a set of related form fields for use with the Ring nested-params middleware.

Group together a set of related form fields for use with the Ring
nested-params middleware.
sourceraw docstring

wrap-attrsclj/s

(wrap-attrs func)

Add an optional attribute argument to a function that returns a element vector.

Add an optional attribute argument to a function that returns a element vector.
sourceraw docstring

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

× close