(diagram-link v)
(diagram-link v context)
Renders an image link to the view v
, using the optional context
for customization.
Renders an image link to the view `v`, using the optional `context` for customization.
(element-link e)
(element-link e context)
Renders a link to the element e
, using the optional context
for customization.
Renders a link to the element `e`, using the optional `context` for customization.
(file-link filename name)
Renders a link to the file f
, using the optional context
for customization.
Renders a link to the file `f`, using the optional `context` for customization.
(image-link filename name)
Renders an image link to the file f
, using the optional context
for customization.
Renders an image link to the file `f`, using the optional `context` for customization.
(relative-diagram-link c v)
(relative-diagram-link c v context)
Renders a relative image link from the current element c
to the view v
, using the optional context
for customization.
Renders a relative image link from the current element `c` to the view `v`, using the optional `context` for customization.
(relative-element-link c e)
(relative-element-link c e context)
Renders a relative link from the current element c
to the element e
, using the optional context
for customization.
Renders a relative link from the current element `c` to the element `e`, using the optional `context` for customization.
(relative-file-link c filename name)
Renders a relative link from the current element c
to the file f
, using the optional context
for customization.
Renders a relative link from the current element `c` to the file `f`, using the optional `context` for customization.
(relative-image-link c filename name)
Renders a relative image link from the current element c
to the file f
, using the optional context
for customization.
Renders a relative image link from the current element `c` to the file `f`, using the optional `context` for customization.
(relative-view-link c v)
(relative-view-link c v context)
Renders a relative image link from the current element c
to the view v
, using the optional context
for customization.
Renders a relative image link from the current element `c` to the view `v`, using the optional `context` for customization.
(view-link v)
(view-link v context)
Renders an image link to the view v
, using the optional context
for customization.
Renders an image link to the view `v`, using the optional `context` for customization.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close