FrameSetElement
package js.html
extends Element › DOMElement › Node › EventTarget
Доступно в js
The HTMLFrameSetElement interface provides special properties (beyond those of the regular HTMLElement interface they also inherit) for manipulating frameset elements.
Документация HTMLFrameSetElement от Авторов Mozilla, лицензирована по CC-BY-SA 2.5.
См. также:
Переменные
cols:String
Представляет собой DOMString в формате списка через запятую, определяющего ширину каждого столбца внутри фреймсета.
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
Представляет собой DOMString в формате списка через запятую, определяющего высоту каждой строки внутри фреймсета.
onbeforeunload:Event ‑> Null<String>
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/FrameSetElement.html