Liking cljdoc? Tell your friends :D

fireworks.printers


customclj/s

(custom x)

Post-truncation, all values and nested values are checked against user- supplied custom printers and built-in fireworks custom printers (fireworks.printers/fireworks-custom-printers).

If a custom printer is found for the value, the supplied custom-printing function will be applied to the value. The value will then be truncated (again) via fireworks.truncate/truncate.

Additional (optional) metadata describing custom badge style and text is also attached to the transformed value.

Custom printers only operate on collection-like values.

Post-truncation, all values and nested values are checked against user-
supplied custom printers and built-in fireworks custom printers
(fireworks.printers/fireworks-custom-printers).

If a custom printer is found for the value, the supplied custom-printing
function will be applied to the value. The value will then be truncated
(again) via fireworks.truncate/truncate.

Additional (optional) metadata describing custom badge style and text is
also attached to the transformed value.

Custom printers only operate on collection-like values.
sourceraw docstring

dom-el-attrs-mapcljs

(dom-el-attrs-map x)
source

fireworks-custom-printersclj/s

source

html-tagclj/s

(html-tag s)

(html-tag "DIV" "<div>" )

(html-tag "DIV" "<div>" )
sourceraw docstring

inline-style->mapcljs

(inline-style->map v)
source

void-html-elementsclj/s

source

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

× close