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:StringIs a DOMString structured as a comma-seperated list specifing the width of each column inside a frameset.
onafterprint:Functiononbeforeprint:Functiononhashchange:Functiononlanguagechange:Functiononmessage:Functiononmessageerror:Functiononoffline:Functionononline:Functiononpagehide:Functiononpageshow:Functiononpopstate:Functiononstorage:Functiononunload:Functionrows:StringIs 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