Liking cljdoc? Tell your friends :D

web.dom.HTMLBaseElement

The HTMLBaseElement interface contains the base URI for a document. object inherits all of the properties and methods as described the web.dom.HTMLElement interface.

The HTMLBaseElement interface contains the base URI for a document.
object inherits all of the properties and methods as described
the `web.dom.HTMLElement` interface.
raw docstring

hrefcljs

(href this)

Property.

Is a DOMString that reflects the href HTML attribute, containing base URL for relative URLs in the document.

Property.

Is a DOMString that reflects the href HTML attribute, containing
base URL for relative URLs in the document.
sourceraw docstring

set-href!cljs

(set-href! this val)

Property.

Is a DOMString that reflects the href HTML attribute, containing base URL for relative URLs in the document.

Property.

Is a DOMString that reflects the href HTML attribute, containing
base URL for relative URLs in the document.
sourceraw docstring

set-target!cljs

(set-target! this val)

Property.

Is a DOMString that reflects the target HTML attribute, containing default target browsing context or frame for elements that do have a target reference specified.

Property.

Is a DOMString that reflects the target HTML attribute, containing
default target browsing context or frame for elements that do
have a target reference specified.
sourceraw docstring

targetcljs

(target this)

Property.

Is a DOMString that reflects the target HTML attribute, containing default target browsing context or frame for elements that do have a target reference specified.

Property.

Is a DOMString that reflects the target HTML attribute, containing
default target browsing context or frame for elements that do
have a target reference specified.
sourceraw docstring

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

× close