FrameSetElement
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:
Instance Members
cols: String
Is a DOMString
structured as a comma-seperated list specifing the width of each column inside a frameset.
rows: String
Is a DOMString
structured as a comma-seperated list specifing the height of each column inside a frameset.
onafterprint: haxe.Function
onbeforeprint: haxe.Function
onhashchange: haxe.Function
onlanguagechange: haxe.Function
onmessage: haxe.Function
onmessageerror: haxe.Function
onoffline: haxe.Function
ononline: haxe.Function
onpagehide: haxe.Function
onpageshow: haxe.Function
onpopstate: haxe.Function
onstorage: haxe.Function
onunload: haxe.Function
Returns |
---|
Null<String> |