Iframe

An inner frame that works much the HTML iframe element. The src attribute can be used to specify the content of the frame. This content is a separate document. The children of the iframe are ignored.

More information about iframe

HTML の iframe 要素と同じようにふるまう、内部フレーム。フレームの内容は src 属性で与えることができる。この内容は別個の文書となる。 iframe 要素の子要素は無視される。

iframe の追加情報

属性:

src

プロパティとメソッド:

accessible contentDocument contentWindow docShell webNavigation

属性:

src

Type: URL

The URL of the page to appear in the iframe.

型 : URL

iframe に表示するページの URL。

XUL Element から継承:

align allowevents allownegativeassertions class coalesceduplicatearcs
collapsed container containment context contextmenu
datasources debug dir empty equalsize
flags flex height hidden id
insertafter insertbefore left maxheight maxwidth
menu minheight minwidth mousethrough observes
ordinal orient pack persist popup
position ref removeelement sortDirection sortResource
sortResource2 statustext style template tooltip
tooltiptext top uri wait-cursor width

プロパティとメソッド:

XUL Element から継承:

align
allowEvents
blur
boxObject
boxObject.element
boxObject.getLookAndFeelMetric
boxObject.height
boxObject.screenX
boxObject.screenY
boxObject.width
boxObject.x
boxObject.y
builder
className
click
collapsed
contextMenu
controllers
database
datasources
dir
doCommand
flex
focus
getElementsByAttribute
height
hidden
id
left
maxHeight
maxWidth
menu
minHeight
minWidth
observes
ordinal
orient
pack
persist
ref
resource
statusText
style
tooltip
tooltipText
top
width

Element から継承:

addEventListener
appendChild
attributes
childNodes
cloneNode
dispatchEvent
firstChild
getAttribute
getAttributeNS
getAttributeNode
getAttributeNodeNS
getElementsByTagName
getElementsByTagNameNS
hasAttribute
hasAttributeNS
hasAttributes
hasChildNodes
insertBefore
isSupported
lastChild
localName
namespaceURI
nextSibling
nodeName
nodeType
nodeValue
normalize
ownerDocument
parentNode
prefix
previousSibling
removeAttribute
removeAttributeNS
removeAttributeNode
removeChild
removeEventListener
replaceChild
setAttribute
setAttributeNS
setAttributeNode
setAttributeNodeNS
tagName

accessible

Type: nsIAccessible

Returns the accessibility object for the iframe.

型 : nsIAccessible

iframe の accessibility オブジェクトを返す。

contentDocument

Type: document

This read-only property contains the document object in the iframe.

型 : document

この読み込み専用プロパティは、iframe の文書オブジェクトを持つ。

contentWindow

Type: window

This read-only property contains the window object in the iframe.

型 : window

この読み込み専用プロパティは、iframe のウィンドウオブジェクトを持つ。

docShell

Type: nsIDocShell

Returns the XPCOM object that implements the iframe's document functionality.

型 : nsIDocShell

iframe の文書機能を実装した XPCOM オブジェクトを返す。

webNavigation

Type: nsIWebNavigation

This read-only property contains the nsIWebNavigation object for the document.

型 : nsIWebNavigation

この読み込み専用プロパティは、文書用の nsIWebNavigation オブジェクトを持つ。


Copyright (C) 1999 - 2004 XulPlanet.com