package js.html
extends Element › DOMElement › Node › EventTarget
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:
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