FrameSetElement

package js.html

extends ElementDOMElementNodeEventTarget

Available on js

The HTMLFrameSetElement interface provides special properties (beyond those of the regular HTMLElement interface they also inherit) for manipulating frameset elements.

Documentation HTMLFrameSetElement by Mozilla Contributors, licensed under CC-BY-SA 2.5.

See also:

Variables

cols:String

Is a DOMString structured as a comma-seperated list specifing the width of each column inside a frameset.

onafterprint:Function

onbeforeprint:Function

onhashchange:Function

onlanguagechange:Function

onmessage:Function

onmessageerror:Function

onoffline:Function

ononline:Function

onpagehide:Function

onpageshow:Function

onpopstate:Function

onstorage:Function

onunload:Function

rows:String

Is a DOMString structured as a comma-seperated list specifing the height of each column inside a frameset.

onbeforeunload:Event ‑> Null<String>

© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/FrameSetElement.html