Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

HTMLFormControlsCollection

Nossos voluntários ainda não traduziram este artigo para o Português (do Brasil) . Junte-se a nós e ajude a fazer o trabalho!

The HTMLFormControlsCollection interface represents a collection of HTML form control elements. It replaces one method of HTMLCollection.

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

Properties

This interface inherits the properties of its parent, HTMLCollection.

Methods

This interface inherits the methods of its parent, HTMLCollection.

HTMLFormControlsCollection.namedItem()
Returns the RadioNodeList or the Element in the collection whose name or id match the specified name, or null if no nodes match. Note that this version of namedItem() hide the one inherited from HTMLCollection. Like that one, in JavaScript, using the array bracket syntax with a String, like collection["value"] is equivalent to collection.namedItem("value").

Specifications

Specification Status Comment
WHATWG HTML Living Standard
The definition of 'HTMLFormControlsCollection' in that specification.
Living Standard No change since the last snapshot, HTML5.
HTML5
The definition of 'HTMLFormControlsCollection' in that specification.
Recommendation In this snapshot of WHATWG HTML Living Standard, the HTMLFormControlsCollections is defined for the first time.

Browser compatibility

Feature Chrome Firefox (Gecko) Internet Explorer Opera Safari (WebKit)
Basic support (Yes) 27 (27) [1] Not supported (Yes) ?
Feature Android Firefox Mobile (Gecko) IE Phone Opera Mobile Safari Mobile
Basic support (Yes) 27.0 (27) [1] Not supported (Yes) ?

[1] Until Firefox 32 included, the eventual RadioNodeList returned by namedItem was a NodeList.

See also

Etiquetas do documento e colaboradores

 Colaboradores desta página: teoli, yanakey, Rob W, kscarfone, Sheppy, jswisher
 Última atualização por: teoli,