Options
All
  • Public
  • Public/Protected
  • All
Menu

A collection of HTML form control elements.

Hierarchy

Index

Properties

Methods

Properties

length: number

Sets or retrieves the number of objects in a collection.

Methods

  • Retrieves an object from various collections.

    Parameters

    • index: number

    Returns null | internal.Element

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

    If there are multiple matching items, then a RadioNodeList object containing all those elements is returned.

    Parameters

    • name: string

    Returns null | internal.Element | internal.RadioNodeList

Generated using TypeDoc