Documentation

The option element can only be used within a dropdown element. It does not inherit any attributes from the base element.

Usage

See the Dropdown element.

Attributes

  • text (string) - The text to display for this option.

  • value (string) - The value of this option.

  • selected (boolean) - If true, this option will be selected.

See Also



View Source or Submit Corrections for this Documentation Page
Copyright © 2008-2024 Nitrogen Web Framework. Released under the MIT License.