Makes the last menu item the current menu item.

Vedeu.trigger(:_menu_bottom_, name)

Returns the current menu item.

Vedeu.trigger(:_menu_current_, name)

Deselects all menu items.

Vedeu.trigger(:_menu_deselect_, name)

Returns all the menu items with respective current or selected boolean indicators.

Vedeu.trigger(:_menu_items_, name)

Makes the next menu item the current menu item, until it reaches the last item.

Vedeu.trigger(:_menu_next_, name)

Makes the previous menu item the current menu item, until it reaches the first item.

Vedeu.trigger(:_menu_prev_, name)

Returns the selected menu item.

Vedeu.trigger(:_menu_selected_, name)

Makes the current menu item also the selected menu item.

Vedeu.trigger(:_menu_select_, name)

Makes the first menu item the current menu item.

Vedeu.trigger(:_menu_top_, name)

Returns a subset of the menu items; starting at the current item to the last item.

Vedeu.trigger(:_menu_view_, name)