mozilla
Your Search Results

    HTMLFormControlsCollection

    « DOM Reference

    The HTMLFormControlsCollection interface represents a collection of HTML form control elements. It provides one additional method besides the properties and methods inherited from HTMLCollection.

    This interface is used by the HTMLFormElement interface's elements property, and the HTMLFieldSetElement interface's elements property.

    Methods

    Name & Arguments Return Description
    namedItem(in DOMString name) object Gets the node or list of nodes in the collection whose name or id match the specified name, or null if no nodes match.

    Specification

    HTML 5, Section 2.7.2.3 HTMLFormControlsCollection

    Document Tags and Contributors

    Contributors to this page: Sheppy, jswisher, kscarfone, Rob W, teoli
    Last updated by: Rob W,