WebIDLpedia

HTMLFormControlsCollection interface

Definition

HTML Standard defines HTMLFormControlsCollection



[Exposed=Window]
interface HTMLFormControlsCollection : HTMLCollection {
  // inherits length and item()
  getter (RadioNodeList or Element)? namedItem(DOMString name); // shadows inherited namedItem()
};

Methods and attributes that return objects implementing HTMLFormControlsCollection

Referring IDL interfaces/dictionaries