Liking cljdoc? Tell your friends :D

html-cljs.html


*clc*cljs

source

add-callbackscljs

(add-callbacks el event-map)
source

component->VDomNodecljs

(component->VDomNode component props)

create (and bind to html-dom) a full VDomNode from this component

create (and bind to html-dom) a full VDomNode from this component
sourceraw docstring

elemcljs

(elem elem-data & children)
source

ElementInfocljs

source

ElementWrappercljsprotocol

create-html-elemcljs

(create-html-elem _)

destroy-elemcljs

(destroy-elem _ html-elem)

cleans up callbacks and removes the dom node

cleans up callbacks and removes the dom node

replace-wrappercljs

(replace-wrapper _ new-wrapper that)
source

extendzipcljs

(extendzip & ls)

zips arbitrary number of seqs filling in nils if some are shorter

zips arbitrary number of seqs filling in nils if some are shorter
sourceraw docstring

InternalLifecyclecljsprotocol

add-childcljs

(add-child _ vdom-node)

append this child element to end of children list

append this child element to end of children list

destroy-nodecljs

(destroy-node _)

user-defined ondestroy callbacks

user-defined ondestroy callbacks

mount-nodecljs

(mount-node _)

user-defined onmount callbacks

user-defined onmount callbacks

remove-childcljs

(remove-child _ vdom-node)

replace-childcljs

(replace-child _ old-vdom-node new-vdom-node)

replace-htmlcljs

(replace-html _ elem-info)

recreate the dom element using supplied elem info

recreate the dom element using supplied elem info
source

mountcljs

(mount html-elem component)
source

rm-callbackscljs

(rm-callbacks el event-map)
source

set-stylecljs

(set-style el styles)
source

steralizedcljs

(steralized elem-info)
source

VDomNodecljs

source

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

× close