HTMLFormControlsCollection
Overview
The HTMLFormControlsCollection interface represents a collection of HTML form control elements.
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.WebAssembly.DOM
- Platforms: WebAssembly
Required Methods
namedItem
Returns the RadioNodeList or the Element in the collection whose name or id matches 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").
method namedItem: HTMLCollection
HTMLCollection namedItem()
func namedItem() -> HTMLCollection
HTMLCollection namedItem()
Function namedItem() As HTMLCollection