Dart API Referencedart:htmlFrameSetElement

FrameSetElement Interface

<frameset> is an HTML element which is used to contain <frame> elements.

Extends

Element

Methods

Code FrameSetElementEvents get on() #

FrameSetElementEvents get on();

Fields

Code String cols #

String cols;

Code String rows #

String rows;

This page includes content from the Mozilla Foundation that is graciously licensed under a Creative Commons: Attribution-Sharealike license. Mozilla has no other association with Dart or dartlang.org. We encourage you to improve the web by contributing to The Mozilla Developer Network.