Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This element is the root element for dropdowns

Custom Attributes

Name

Description

pen:binding

The get and set method to bind the menulist to

oncommand

The controller method to call when a user selects an element in the menu list

Code Block
xml
xml
<menulist id="list" pen:binding="name">
    <menupopup>
        <menuitem label="Value 1" />
        <menuitem label="Value 2" />
    </menupopup>
</menulist>