W3cubDocs

/Haxe JavaScript

FrameSetElement

package js.html

extends ElementDOMElementNodeEventTarget

@:native("HTMLFrameSetElement") 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:

Variables

cols:String

Is a DOMString that represents the foreground color of text.

onafterprint:Function

onbeforeprint:Function

onhashchange:Function

onlanguagechange:Function

onmessage:Function

onoffline:Function

ononline:Function

onpagehide:Function

onpageshow:Function

onpopstate:Function

onstorage:Function

onunload:Function

rows:String

Is a DOMString that represents the color of visited links.

onbeforeunload:Event ‑> String

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