Liking cljdoc? Tell your friends :D

kerodon.impl


all-form-paramsclj

(all-form-params form & [button])
source

build-request-detailsclj

(build-request-details state selector)
source

build-urlclj

(build-url {:keys [scheme server-name port uri query-string]})
source

check-boxclj

(check-box state selector)
source

choose-valueclj

(choose-value state selector option)
source

css-or-contentclj

(css-or-content selector)
source

css-or-labelclj

(css-or-label selector)
source

css-or-valueclj

(css-or-value selector)
source

field->valuecljmultimethod

Get the value of the form field, or nil if it should be ignored

Get the value of the form field, or nil if it should be ignored
sourceraw docstring

field-nameclj

(field-name field)

Get the name attribute for a form field

Get the name attribute for a form field
sourceraw docstring

find-urlclj

(find-url state selector)
source

form-and-buttonclj

(form-and-button form selector)

Given a form, returns both the form and the specified submit button.

Given a form, returns both the form and the specified submit button.
sourceraw docstring

form-and-submitclj

(form-and-submit node selector)

Locates the form containing the specified submit button. Returns the form and the button itself.

Locates the form containing the specified submit button.
Returns the form and the button itself.
sourceraw docstring

form-elementclj

(form-element node selector)
source

form-element-byclj

(form-element-by attr-map)

Turn a map of {:attr 'value'} into an elive selector for items in a form whose attributes all match

Turn a map of {:attr 'value'} into an elive selector for items
in a form whose attributes all match
sourceraw docstring

form-element-forclj

(form-element-for node selector)
source

form-element-queryclj

(form-element-query node selector)
source

get-attrclj

(get-attr state selector attr)
source

get-valueclj

(get-value state selector)
source

include-parseclj

(include-parse state)
source

input->valuecljmultimethod

Get the value for each type of <input>, or nil if it should be ignored

Get the value for each type of <input>, or nil if it should be ignored
sourceraw docstring

(link node selector)
source

set-valueclj

(set-value state selector input)
source

ToHtmlResourcecljprotocol

to-html-resourceclj

(to-html-resource obj)
source

uncheck-boxclj

(uncheck-box state selector)
source

usingclj

(using state selector f)
source

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

× close