| Package | Description |
|---|---|
| cat.inspiracio.html |
| Modifier and Type | Method and Description |
|---|---|
void |
HTMLOptionsCollection.add(HTMLOptGroupElement group)
Inserts element at the end of the list.
|
void |
HTMLSelectElement.add(HTMLOptGroupElement group) |
void |
HTMLOptionsCollection.add(HTMLOptGroupElement group,
HTMLElement before)
Inserts element before the node given by before.
|
void |
HTMLSelectElement.add(HTMLOptGroupElement group,
HTMLElement before) |
void |
HTMLOptionsCollection.add(HTMLOptGroupElement group,
int before)
Inserts element before the node given by before.
|
void |
HTMLSelectElement.add(HTMLOptGroupElement group,
int before) |
Copyright © 2017. All rights reserved.