Nóta
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
Returns an array of option objects representing valid options available for a control, including a blank option and excluding any options that have been removed from the control using removeOption.
Control types supported
Choice, Choices
Syntax
formContext.getControl(arg).getOptions()
Return Value
Type: Array of option objects.
Description: The array of option objects representing valid options where each option object has the following attributes:
text: String. Label of the option.value: Number. Enumeration value of the option.