Liking cljdoc? Tell your friends :D
ClojureScript only.

web.dom.HTMLQuoteElement

The HTMLQuoteElement interface provides special properties and (beyond the regular web.dom.HTMLElement interface it also has to it by inheritance) for manipulating quoting elements, like and <q>, but not the <cite> element.

The HTMLQuoteElement interface provides special properties and
(beyond the regular `web.dom.HTMLElement` interface it also has
to it by inheritance) for manipulating quoting elements, like
and `<q>`, but not the `<cite>` element.
raw docstring

citecljs

(cite this)

Property.

Is a DOMString reflecting the cite HTML attribute, containing URL for the source of the quotation.

Property.

Is a DOMString reflecting the cite HTML attribute, containing
URL for the source of the quotation.
sourceraw docstring

set-cite!cljs

(set-cite! this val)

Property.

Is a DOMString reflecting the cite HTML attribute, containing URL for the source of the quotation.

Property.

Is a DOMString reflecting the cite HTML attribute, containing
URL for the source of the quotation.
sourceraw docstring

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

× close