nsgenbind
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
HTMLOptionsCollection Interface Reference

import <html.idl;

Inheritance diagram for HTMLOptionsCollection:
HTMLCollection

Public Member Functions

legacycaller HTMLOptionElement (DOMString name)
 
setter creator void (unsigned long index, HTMLOptionElement? option)
 
void add ((HTMLOptionElement or HTMLOptGroupElement) element, optional(HTMLElement or long)? before=null)
 
void remove (long index)
 
- Public Member Functions inherited from HTMLCollection
getter Element item (unsigned long index)
 
getter Element namedItem (DOMString name)
 

Public Attributes

attribute unsigned long length
 
attribute long selectedIndex
 
- Public Attributes inherited from HTMLCollection
readonly attribute unsigned long length
 

Detailed Description

Definition at line 28 of file html.idl.

Member Function Documentation

◆ add()

void HTMLOptionsCollection::add ( (HTMLOptionElement or HTMLOptGroupElement element,
optional(HTMLElement or long)?  before = null 
)

◆ HTMLOptionElement()

legacycaller HTMLOptionsCollection::HTMLOptionElement ( DOMString  name)

◆ remove()

void HTMLOptionsCollection::remove ( long  index)

◆ void()

setter creator HTMLOptionsCollection::void ( unsigned long  index,
HTMLOptionElement option 
)

Member Data Documentation

◆ length

attribute unsigned long HTMLOptionsCollection::length

Definition at line 30 of file html.idl.

◆ selectedIndex

attribute long HTMLOptionsCollection::selectedIndex

Definition at line 35 of file html.idl.


The documentation for this interface was generated from the following file: