HTMLFormControlsCollection

A collection of HTML form control elements.

MDN Reference

Properties

Link copied to clipboard
open override val length: Int

Functions

Link copied to clipboard
open operator fun get(index: Int): Element
open operator fun get(key: Symbol.iterator): () -> JsIterator<Element>
Link copied to clipboard
open override fun item(index: Int): Element?

Retrieves an object from various collections.

Link copied to clipboard
open inline operator fun iterator(): Iterator<Element>
Link copied to clipboard
fun namedItem(name: String): Any?

Returns the item with ID or name name from the collection.