Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Adds an option to a control.
Control types supported
Choice, Choices
Syntax
formContext.getControl(arg).addOption(option, index);
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
option |
Object | Yes | The option to add. The object contains the following: - text: String. The label for the option.- value: Number. The value for the option. |
index |
Number | No | The index position to place the new option in. If not provided, the option will be added to the end. |