MenuButton.Option

Option for Select component. xclass: 'option'.

parents: Menu.Item

defined in: option.js

Attributes

  • selectable {Boolean} Whether this option can be selected.
  • textContent {String} String will be used as select 's content if selected.

Class Detail

  • MenuButton.Option ()
    Option for Select component. xclass: 'option'.

Attributes Detail

  • selectable {Boolean} Whether this option can be selected. Default : true.
  • textContent {String} String will be used as select 's content if selected.

Methods Detail

blog comments powered by Disqus
Top