Contents

menuItem

Displays a label for an item.

Overview

One or more menuItem elements are used inside of a menuBar element to indicate the available elements. Here’s an example with two items inside of a menu bar.

<menuBar>
   <menuItem id="navigation_top_movies" data-identifier="list">
      <title>Top Movies</title>
   </menuItem>
   <menuItem id="navigation_genres" data-identifier="index">
      <title>Genres</title>
   </menuItem>
</menuBar>

Subelements of menuItem

Elements that Use menuItem

See Also

Bar Elements