Liking cljdoc? Tell your friends :D
All platforms.

replicant.protocols


IRenderclj/sprotocol

remove-attributeclj/s

(remove-attribute this el a)

remove-all-childrenclj/s

(remove-all-children this el)

remove-childclj/s

(remove-child this el child-node)

insert-beforeclj/s

(insert-before this el child-node reference-node)

append-childclj/s

(append-child this el child-node)

remove-event-handlerclj/s

(remove-event-handler this el event)

remove-classclj/s

(remove-class this el cn)

set-event-handlerclj/s

(set-event-handler this el event handler)

replace-childclj/s

(replace-child this el insert-child replace-child)

on-transition-endclj/s

(on-transition-end this el f)

remove-styleclj/s

(remove-style this el k)

set-attributeclj/s

(set-attribute this el a v opt)

create-text-nodeclj/s

(create-text-node this text)

set-styleclj/s

(set-style this el k v)

next-frameclj/s

(next-frame this f)

add-classclj/s

(add-class this el cn)

get-childclj/s

(get-child this el idx)

create-elementclj/s

(create-element this tag-name options)
source

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

× close