Liking cljdoc? Tell your friends :D

web.StyleSheet

An object implementing the StyleSheet interface represents a style sheet. CSS style sheets will further implement the more css.CSSStyleSheet interface.

An object implementing the StyleSheet interface represents a
style sheet. CSS style sheets will further implement the more
`css.CSSStyleSheet` interface.
raw docstring

disabledcljs

(disabled this)

Property.

The disabled property of the web.StyleSheet interface determines the style sheet is prevented from applying to the document.

bool = stylesheet.disabled

See also: https://developer.mozilla.org/en-US/docs/Web/API/StyleSheet/disabled

Property.

The disabled property of the `web.StyleSheet` interface determines
the style sheet is prevented from applying to the document.

`bool = stylesheet.disabled`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/StyleSheet/disabled`
sourceraw docstring

hrefcljs

(href this)

Property.

The href property of the web.StyleSheet interface returns the of the style sheet.

uri = stylesheet.href

See also: https://developer.mozilla.org/en-US/docs/Web/API/StyleSheet/href

Property.

The href property of the `web.StyleSheet` interface returns the
of the style sheet.

`uri = stylesheet.href`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/StyleSheet/href`
sourceraw docstring

mediacljs

(media this)

Property.

The media property of the web.StyleSheet interface specifies intended destination media for style information. It is a read-only, MediaList object and can be removed with deleteMedium() and added appendMedium().

See also: https://developer.mozilla.org/en-US/docs/Web/API/StyleSheet/media

Property.

The media property of the `web.StyleSheet` interface specifies
intended destination media for style information. It is a read-only,
MediaList object and can be removed with deleteMedium() and added
appendMedium().

See also: `https://developer.mozilla.org/en-US/docs/Web/API/StyleSheet/media`
sourceraw docstring

owner-nodecljs

(owner-node this)

Property.

The ownerNode property of the web.StyleSheet interface returns node that associates this style sheet with the document.

objRef = stylesheet.ownerNode

See also: https://developer.mozilla.org/en-US/docs/Web/API/StyleSheet/ownerNode

Property.

The ownerNode property of the `web.StyleSheet` interface returns
node that associates this style sheet with the document.

`objRef = stylesheet.ownerNode`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/StyleSheet/ownerNode`
sourceraw docstring

parent-style-sheetcljs

(parent-style-sheet this)

Property.

The parentStyleSheet property of the web.StyleSheet interface the style sheet, if any, that is including the given style sheet.

objRef = stylesheet.parentStyleSheet

See also: https://developer.mozilla.org/en-US/docs/Web/API/StyleSheet/parentStyleSheet

Property.

The parentStyleSheet property of the `web.StyleSheet` interface
the style sheet, if any, that is including the given style sheet.

`objRef = stylesheet.parentStyleSheet`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/StyleSheet/parentStyleSheet`
sourceraw docstring

set-disabled!cljs

(set-disabled! this val)

Property.

The disabled property of the web.StyleSheet interface determines the style sheet is prevented from applying to the document.

bool = stylesheet.disabled

See also: https://developer.mozilla.org/en-US/docs/Web/API/StyleSheet/disabled

Property.

The disabled property of the `web.StyleSheet` interface determines
the style sheet is prevented from applying to the document.

`bool = stylesheet.disabled`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/StyleSheet/disabled`
sourceraw docstring

set-href!cljs

(set-href! this val)

Property.

The href property of the web.StyleSheet interface returns the of the style sheet.

uri = stylesheet.href

See also: https://developer.mozilla.org/en-US/docs/Web/API/StyleSheet/href

Property.

The href property of the `web.StyleSheet` interface returns the
of the style sheet.

`uri = stylesheet.href`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/StyleSheet/href`
sourceraw docstring

set-media!cljs

(set-media! this val)

Property.

The media property of the web.StyleSheet interface specifies intended destination media for style information. It is a read-only, MediaList object and can be removed with deleteMedium() and added appendMedium().

See also: https://developer.mozilla.org/en-US/docs/Web/API/StyleSheet/media

Property.

The media property of the `web.StyleSheet` interface specifies
intended destination media for style information. It is a read-only,
MediaList object and can be removed with deleteMedium() and added
appendMedium().

See also: `https://developer.mozilla.org/en-US/docs/Web/API/StyleSheet/media`
sourceraw docstring

set-owner-node!cljs

(set-owner-node! this val)

Property.

The ownerNode property of the web.StyleSheet interface returns node that associates this style sheet with the document.

objRef = stylesheet.ownerNode

See also: https://developer.mozilla.org/en-US/docs/Web/API/StyleSheet/ownerNode

Property.

The ownerNode property of the `web.StyleSheet` interface returns
node that associates this style sheet with the document.

`objRef = stylesheet.ownerNode`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/StyleSheet/ownerNode`
sourceraw docstring

set-parent-style-sheet!cljs

(set-parent-style-sheet! this val)

Property.

The parentStyleSheet property of the web.StyleSheet interface the style sheet, if any, that is including the given style sheet.

objRef = stylesheet.parentStyleSheet

See also: https://developer.mozilla.org/en-US/docs/Web/API/StyleSheet/parentStyleSheet

Property.

The parentStyleSheet property of the `web.StyleSheet` interface
the style sheet, if any, that is including the given style sheet.

`objRef = stylesheet.parentStyleSheet`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/StyleSheet/parentStyleSheet`
sourceraw docstring

set-title!cljs

(set-title! this val)

Property.

The title property of the web.StyleSheet interface returns advisory title of the current style sheet.

See also: https://developer.mozilla.org/en-US/docs/Web/API/StyleSheet/title

Property.

The title property of the `web.StyleSheet` interface returns
advisory title of the current style sheet.

See also: `https://developer.mozilla.org/en-US/docs/Web/API/StyleSheet/title`
sourceraw docstring

set-type!cljs

(set-type! this val)

Property.

The type property of the web.StyleSheet interface specifies style sheet language for the given style sheet.

string = stylesheet.type

See also: https://developer.mozilla.org/en-US/docs/Web/API/StyleSheet/type

Property.

The type property of the `web.StyleSheet` interface specifies
style sheet language for the given style sheet.

`string = stylesheet.type`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/StyleSheet/type`
sourceraw docstring

titlecljs

(title this)

Property.

The title property of the web.StyleSheet interface returns advisory title of the current style sheet.

See also: https://developer.mozilla.org/en-US/docs/Web/API/StyleSheet/title

Property.

The title property of the `web.StyleSheet` interface returns
advisory title of the current style sheet.

See also: `https://developer.mozilla.org/en-US/docs/Web/API/StyleSheet/title`
sourceraw docstring

typecljs

(type this)

Property.

The type property of the web.StyleSheet interface specifies style sheet language for the given style sheet.

string = stylesheet.type

See also: https://developer.mozilla.org/en-US/docs/Web/API/StyleSheet/type

Property.

The type property of the `web.StyleSheet` interface specifies
style sheet language for the given style sheet.

`string = stylesheet.type`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/StyleSheet/type`
sourceraw docstring

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

× close