Liking cljdoc? Tell your friends :D

web.dom.HTMLIFrameElement

The HTMLIFrameElement interface provides special properties and (beyond those of the web.dom.HTMLElement interface it also available to it by inheritance) for manipulating the layout and of inline frame elements.

The HTMLIFrameElement interface provides special properties and
(beyond those of the `web.dom.HTMLElement` interface it also
available to it by inheritance) for manipulating the layout and
of inline frame elements.
raw docstring

aligncljs

(align this)

Property.

Is a DOMString that specifies the alignment of the frame with to the surrounding context.

Property.

Is a DOMString that specifies the alignment of the frame with
to the surrounding context.
sourceraw docstring

allowcljs

(allow this)

Property.

Is a list of origins the the frame is allowed to display content This attribute also accepts the values self and src which represent origin in the iframe's src attribute. The default value is src.

Property.

Is a list of origins the the frame is allowed to display content
This attribute also accepts the values self and src which represent
origin in the iframe's src attribute. The default value is src.
sourceraw docstring

allow-payment-requestcljs

(allow-payment-request this)

Property.

[Experimental]

The allowPaymentRequest property of the web.dom.HTMLIFrameElement returns a js.Boolean indicating whether the Payment Request may be invoked on a cross-origin iframe.

var allow = htmlIFrameElement.allowPaymentRequest

See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLIFrameElement/allowPaymentRequest

Property.

[Experimental]

The allowPaymentRequest property of the `web.dom.HTMLIFrameElement`
returns a `js.Boolean` indicating whether the Payment Request
may be invoked on a cross-origin iframe.

`var allow = htmlIFrameElement.allowPaymentRequest`

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

allowfullscreencljs

(allowfullscreen this)

Property.

Is a Boolean indicating whether the inline frame is willing to placed into full screen mode. See Using full-screen mode for

Property.

Is a Boolean indicating whether the inline frame is willing to
placed into full screen mode. See Using full-screen mode for
sourceraw docstring

content-documentcljs

(content-document this)

Property.

[Read Only]

If the iframe and the iframe's parent document are Same Origin, a Document (that is, the active document in the inline frame's browsing context), else returns null.

See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLIFrameElement/contentDocument

Property.

[Read Only]

If the iframe and the iframe's parent document are Same Origin,
a Document (that is, the active document in the inline frame's
browsing context), else returns null.

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

content-windowcljs

(content-window this)

Property.

[Read Only]

The contentWindow property returns the Window object of an <iframe> You can use this Window object to access the iframe's document its internal DOM. This attribute is read-only, but its properties be manipulated like the global Window object.

See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLIFrameElement/contentWindow

Property.

[Read Only]

The contentWindow property returns the Window object of an <iframe>
You can use this Window object to access the iframe's document
its internal DOM. This attribute is read-only, but its properties
be manipulated like the global Window object.

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

cspcljs

(csp this)

Property.

[Experimental]

The csp property of the web.dom.HTMLIFrameElement interface the Content Security Policy that an embedded document must agree enforce upon itself.

var csp = HTMLIFrameElement.csp HTMLIFrameElement.csp = csp

See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLIFrameElement/csp

Property.

[Experimental]

The csp property of the `web.dom.HTMLIFrameElement` interface
the Content Security Policy that an embedded document must agree
enforce upon itself.

`var csp = HTMLIFrameElement.csp
HTMLIFrameElement.csp = csp`

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

feature-policycljs

(feature-policy this)

Property.

[Read Only] [Experimental]

The featurePolicy read-only property of the web.dom.HTMLIFrameElement returns the web.other.FeaturePolicy interface which provides simple API for introspecting the feature policies applied to specific frame.

var policy = HTMLIFrameElement.featurePolicy

See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLIFrameElement/featurePolicy

Property.

[Read Only]
[Experimental]

The featurePolicy read-only property of the `web.dom.HTMLIFrameElement`
returns the `web.other.FeaturePolicy` interface which provides
simple API for introspecting the feature policies applied to
specific frame.

`var policy = HTMLIFrameElement.featurePolicy`

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

frame-bordercljs

(frame-border this)

Property.

Is a DOMString that indicates whether to create borders between

Property.

Is a DOMString that indicates whether to create borders between
sourceraw docstring

heightcljs

(height this)

Property.

Is a DOMString that reflects the height HTML attribute, indicating height of the frame.

Property.

Is a DOMString that reflects the height HTML attribute, indicating
height of the frame.
sourceraw docstring

long-desccljs

(long-desc this)

Property.

Is a DOMString that contains the URI of a long description of frame.

Property.

Is a DOMString that contains the URI of a long description of
frame.
sourceraw docstring

margin-heightcljs

(margin-height this)

Property.

Is a DOMString being the height of the frame margin.

Property.

Is a DOMString being the height of the frame margin.
sourceraw docstring

margin-widthcljs

(margin-width this)

Property.

Is a DOMString being the width of the frame margin.

Property.

Is a DOMString being the width of the frame margin.
sourceraw docstring

namecljs

(name this)

Property.

Is a DOMString that reflects the name HTML attribute, containing name by which to refer to the frame.

Property.

Is a DOMString that reflects the name HTML attribute, containing
name by which to refer to the frame.
sourceraw docstring

referrer-policycljs

(referrer-policy this)

Property.

The HTMLIFrameElement.referrerPolicy property reflects the HTML attribute of the <iframe> element defining which referrer is when fetching the resource.

refStr = iframeElt.referrerPolicy; iframeElt.referrerPolicy = refStr;

See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLIFrameElement/referrerPolicy

Property.

The HTMLIFrameElement.referrerPolicy property reflects the HTML
attribute of the `<iframe>` element defining which referrer is
when fetching the resource.

`refStr = iframeElt.referrerPolicy;
iframeElt.referrerPolicy = refStr;`

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

sandboxcljs

(sandbox this)

Property.

Is a DOMSettableTokenList that reflects the sandbox HTML attribute, extra restrictions on the behavior of the nested content.

Property.

Is a DOMSettableTokenList that reflects the sandbox HTML attribute,
extra restrictions on the behavior of the nested content.
sourceraw docstring

scrollingcljs

(scrolling this)

Property.

Is a DOMString that indicates whether the browser should provide for the frame.

Property.

Is a DOMString that indicates whether the browser should provide
for the frame.
sourceraw docstring

set-align!cljs

(set-align! this val)

Property.

Is a DOMString that specifies the alignment of the frame with to the surrounding context.

Property.

Is a DOMString that specifies the alignment of the frame with
to the surrounding context.
sourceraw docstring

set-allow!cljs

(set-allow! this val)

Property.

Is a list of origins the the frame is allowed to display content This attribute also accepts the values self and src which represent origin in the iframe's src attribute. The default value is src.

Property.

Is a list of origins the the frame is allowed to display content
This attribute also accepts the values self and src which represent
origin in the iframe's src attribute. The default value is src.
sourceraw docstring

set-allow-payment-request!cljs

(set-allow-payment-request! this val)

Property.

[Experimental]

The allowPaymentRequest property of the web.dom.HTMLIFrameElement returns a js.Boolean indicating whether the Payment Request may be invoked on a cross-origin iframe.

var allow = htmlIFrameElement.allowPaymentRequest

See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLIFrameElement/allowPaymentRequest

Property.

[Experimental]

The allowPaymentRequest property of the `web.dom.HTMLIFrameElement`
returns a `js.Boolean` indicating whether the Payment Request
may be invoked on a cross-origin iframe.

`var allow = htmlIFrameElement.allowPaymentRequest`

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

set-allowfullscreen!cljs

(set-allowfullscreen! this val)

Property.

Is a Boolean indicating whether the inline frame is willing to placed into full screen mode. See Using full-screen mode for

Property.

Is a Boolean indicating whether the inline frame is willing to
placed into full screen mode. See Using full-screen mode for
sourceraw docstring

set-csp!cljs

(set-csp! this val)

Property.

[Experimental]

The csp property of the web.dom.HTMLIFrameElement interface the Content Security Policy that an embedded document must agree enforce upon itself.

var csp = HTMLIFrameElement.csp HTMLIFrameElement.csp = csp

See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLIFrameElement/csp

Property.

[Experimental]

The csp property of the `web.dom.HTMLIFrameElement` interface
the Content Security Policy that an embedded document must agree
enforce upon itself.

`var csp = HTMLIFrameElement.csp
HTMLIFrameElement.csp = csp`

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

set-frame-border!cljs

(set-frame-border! this val)

Property.

Is a DOMString that indicates whether to create borders between

Property.

Is a DOMString that indicates whether to create borders between
sourceraw docstring

set-height!cljs

(set-height! this val)

Property.

Is a DOMString that reflects the height HTML attribute, indicating height of the frame.

Property.

Is a DOMString that reflects the height HTML attribute, indicating
height of the frame.
sourceraw docstring

set-long-desc!cljs

(set-long-desc! this val)

Property.

Is a DOMString that contains the URI of a long description of frame.

Property.

Is a DOMString that contains the URI of a long description of
frame.
sourceraw docstring

set-margin-height!cljs

(set-margin-height! this val)

Property.

Is a DOMString being the height of the frame margin.

Property.

Is a DOMString being the height of the frame margin.
sourceraw docstring

set-margin-width!cljs

(set-margin-width! this val)

Property.

Is a DOMString being the width of the frame margin.

Property.

Is a DOMString being the width of the frame margin.
sourceraw docstring

set-name!cljs

(set-name! this val)

Property.

Is a DOMString that reflects the name HTML attribute, containing name by which to refer to the frame.

Property.

Is a DOMString that reflects the name HTML attribute, containing
name by which to refer to the frame.
sourceraw docstring

set-nfc-focuscljs

(set-nfc-focus this & args)

Method.

[Non Standard]

The setNfcFocus() method of the web.dom.HTMLIFrameElement interface whether an <iframe> can receive an NFC event.

myIFrame.setNfcFocus(true);

See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLIFrameElement/setNfcFocus

Method.

[Non Standard]

The setNfcFocus() method of the `web.dom.HTMLIFrameElement` interface
whether an `<iframe>` can receive an NFC event.

`myIFrame.setNfcFocus(true);`

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

set-referrer-policy!cljs

(set-referrer-policy! this val)

Property.

The HTMLIFrameElement.referrerPolicy property reflects the HTML attribute of the <iframe> element defining which referrer is when fetching the resource.

refStr = iframeElt.referrerPolicy; iframeElt.referrerPolicy = refStr;

See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLIFrameElement/referrerPolicy

Property.

The HTMLIFrameElement.referrerPolicy property reflects the HTML
attribute of the `<iframe>` element defining which referrer is
when fetching the resource.

`refStr = iframeElt.referrerPolicy;
iframeElt.referrerPolicy = refStr;`

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

set-sandbox!cljs

(set-sandbox! this val)

Property.

Is a DOMSettableTokenList that reflects the sandbox HTML attribute, extra restrictions on the behavior of the nested content.

Property.

Is a DOMSettableTokenList that reflects the sandbox HTML attribute,
extra restrictions on the behavior of the nested content.
sourceraw docstring

set-scrolling!cljs

(set-scrolling! this val)

Property.

Is a DOMString that indicates whether the browser should provide for the frame.

Property.

Is a DOMString that indicates whether the browser should provide
for the frame.
sourceraw docstring

set-src!cljs

(set-src! this val)

Property.

The HTMLIFrameElement.src property reflects the HTML referrerpolicy of the <iframe> element defining which referrer is sent when the resource.

refStr = iframeElt.src; iframeElt.src= refStr;

See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLIFrameElement/src

Property.

The HTMLIFrameElement.src property reflects the HTML referrerpolicy
of the `<iframe>` element defining which referrer is sent when
the resource.

`refStr = iframeElt.src;
iframeElt.src= refStr;`

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

set-srcdoc!cljs

(set-srcdoc! this val)

Property.

The srcdoc property of the web.dom.HTMLIFrameElement specifies content of the page.

See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLIFrameElement/srcdoc

Property.

The srcdoc property of the `web.dom.HTMLIFrameElement` specifies
content of the page.

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

set-width!cljs

(set-width! this val)

Property.

Is a DOMString that reflects the width HTML attribute, indicating width of the frame.

Property.

Is a DOMString that reflects the width HTML attribute, indicating
width of the frame.
sourceraw docstring

srccljs

(src this)

Property.

The HTMLIFrameElement.src property reflects the HTML referrerpolicy of the <iframe> element defining which referrer is sent when the resource.

refStr = iframeElt.src; iframeElt.src= refStr;

See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLIFrameElement/src

Property.

The HTMLIFrameElement.src property reflects the HTML referrerpolicy
of the `<iframe>` element defining which referrer is sent when
the resource.

`refStr = iframeElt.src;
iframeElt.src= refStr;`

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

srcdoccljs

(srcdoc this)

Property.

The srcdoc property of the web.dom.HTMLIFrameElement specifies content of the page.

See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLIFrameElement/srcdoc

Property.

The srcdoc property of the `web.dom.HTMLIFrameElement` specifies
content of the page.

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

widthcljs

(width this)

Property.

Is a DOMString that reflects the width HTML attribute, indicating width of the frame.

Property.

Is a DOMString that reflects the width HTML attribute, indicating
width of the frame.
sourceraw docstring

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

× close