dijit/form/_FormSelectWidget.__SelectOption (version 1.10)

Note: This is not a real constructor, but just a description of the type of object that should be passed as a parameter to some method(s), and/or the return value from some method(s). In other words, the type exists only for documentation purposes, and you cannot call new _FormSelectWidget.__SelectOption()

See the dijit/form/_FormSelectWidget.__SelectOption reference documentation for more information.

Property Summary

  • disabledWhether or not this specific option is disabled
  • labelThe label for our option.
  • selectedWhether or not we are a selected option
  • valueThe value of the option.

Properties

disabled

Whether or not this specific option is disabled

label

The label for our option. It can contain html tags.

selected

Whether or not we are a selected option

value

The value of the option. Setting to empty (or missing) will place a separator at that location

Error in the documentation? Can’t find what you are looking for? Let us know!