Liking cljdoc? Tell your friends :D

c3kit.wire.js


add-listenercljs

(add-listener node event listener)
(add-listener node event listener options)

ancestor-wherecljs

(ancestor-where pred node)

BACKSPACEcljs


begin-path!cljs

(begin-path! ctx)

clear-intervalcljs

(clear-interval interval)

clear-timeoutcljs

(clear-timeout timeout)

close-path!cljs

(close-path! ctx)

COMMAcljs


context-2dcljs

(context-2d canvas)

copy-to-clipboardcljs

(copy-to-clipboard text)

copy-to-clipboard-fallbackcljs

(copy-to-clipboard-fallback text)

DELETEcljs


doc-bodycljs

(doc-body doc)

doc-ready-statecljs

(doc-ready-state)

doc-ready?cljs

(doc-ready?)

documentcljs

(document)
(document node)

DOWNcljs


downloadcljs

(download url filename)

download-datacljs

(download-data data content-type filename)

e-checked?cljs

(e-checked? e)

e-coordinatescljs

(e-coordinates e)

e-key-codecljs

(e-key-code e)

e-left-click?cljs

(e-left-click? e)

e-right-click?cljs

(e-right-click? e)

e-targetcljs

(e-target e)

e-textcljs

(e-text e)

e-typecljs

(e-type e)

e-wheel-click?cljs

(e-wheel-click? e)

element-by-idcljs

(element-by-id id)

ENTERcljs


ENTER?cljs

(ENTER? e)

ESCcljs


ESC?cljs

(ESC? e)

fill!cljs

(fill! ctx)

fill-color=cljs

(fill-color= ctx color)

fill-rect!cljs

(fill-rect! ctx [x1 y1] [x2 y2])

fill-text!cljs

(fill-text! ctx text [x y])

focus!cljs

(focus! node)

font=cljs

(font= ctx font)

frame-windowcljs

(frame-window iframe)

intervalcljs

(interval millis f)

LEFTcljs


line-to!cljs

(line-to! ctx [x y])

line-width=cljs

(line-width= ctx w)

move-to!cljs

(move-to! ctx [x y])

nipcljs

(nip e)

Nip the event in the bud, before it causes any trouble.

Nip the event in the bud, before it causes any trouble.
raw docstring

nip-n-docljs

(nip-n-do a-fn & args)

Return function to suppress browser event with nip and call the supplied function with args.

Return function to suppress browser event with nip and call the supplied function with args.
raw docstring

nixcljs

(nix e)

Nix an event: Stop what you're doing and get the hell out.

Nix an event: Stop what you're doing and get the hell out.
raw docstring

nix-n-docljs

(nix-n-do a-fn & args)

Return function to suppress browser event with nix and call the supplied function with args.

Return function to suppress browser event with nix and call the supplied function with args.
raw docstring

nodcljs

(nod e)

Give an event the nod, as if saying: Good job, your work is done.

Give an event the nod, as if saying: Good job, your work is done.
raw docstring

nod-n-docljs

(nod-n-do a-fn & args)

Return function to suppress browser event with nod and call the supplied function with args.

Return function to suppress browser event with nod and call the supplied function with args.
raw docstring

node-add-classcljs

(node-add-class node class)

node-append-childcljs

(node-append-child node child)

node-boundscljs

(node-bounds node)

node-childrencljs

(node-children node)

node-classescljs

(node-classes node)

node-clonecljs

(node-clone node deep?)

node-heightcljs

(node-height node)

node-idcljs

(node-id node)

node-id=cljs

(node-id= node id)

node-parentcljs

(node-parent node)

node-remove-childcljs

(node-remove-child node child)

node-remove-classcljs

(node-remove-class node class)

node-sizecljs

(node-size node)

node-stylecljs

(node-style node)

node-valuecljs

(node-value node)

node-widthcljs

(node-width node)

o-getcljs

(o-get js-obj key)
(o-get js-obj key default)

o-setcljs

(o-set js-obj key value)

page-hrefcljs

(page-href)

page-reload!cljs

(page-reload!)

page-titlecljs

(page-title)

page-title=cljs

(page-title= title)

post-messagecljs

(post-message window message target-domain)

(print-page)

redirect!cljs

(redirect! url)

Tell the browser to load the given URL, with full HTTP request/response process.

Tell the browser to load the given URL, with full HTTP request/response process.
raw docstring

register-post-message-handlercljs

(register-post-message-handler handler)

register-storage-handlercljs

(register-storage-handler handler)

remove-listenercljs

(remove-listener node event listener)
(remove-listener node event listener options)

remove-local-storagecljs

(remove-local-storage key)


screen-sizecljs

(screen-size)

scroll-into-viewcljs

(scroll-into-view node-id)

scroll-to-topcljs

(scroll-to-top)

set-local-storagecljs

(set-local-storage key value)

SHIFTcljs


SPACEcljs


stroke!cljs

(stroke! ctx)

stroke-color=cljs

(stroke-color= ctx color)

stroke-rect!cljs

(stroke-rect! ctx [x1 y1] [x2 y2])

TABcljs


TAB?cljs

(TAB? e)

text-align=cljs

(text-align= ctx align)

timeoutcljs

(timeout millis f)

UPcljs


uri-encodecljs

(uri-encode & stuff)

window-close!cljs

(window-close!)

window-opencljs

(window-open url window-name options-string)

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

× close