| Package | Description |
|---|---|
| cat.inspiracio.html |
| Modifier and Type | Interface and Description |
|---|---|
interface |
HTMLSelectElement
Spec
The select element should also act as array of option elements:
select[index] = option;
option = select[index]
This interface extends ScriptArray<HTMLOptionElement> in order to
signal that it wants array notation to work.
|
Copyright © 2017. All rights reserved.