Learn R Programming

vvshiny (version 0.1.1)

dropdownTabMenu: dropdownTabMenu function

Description

Dropdown that is actually more of a menu with adapted tasks.

Usage

dropdownTabMenu(
  ...,
  type = c("messages", "notifications", "tasks"),
  title = NULL,
  icon = NULL,
  .list = NULL,
  header = NULL
)

Value

A dropdown menu in the form of an HTML list.

Arguments

...

additional arguments.

type

A character vector of either "messages", "notifications", "tasks". Default is c("messages", "notifications", "tasks").

title

The title of the dropdown.

icon

The icon to use in the dropdown. If NULL, defaults will be set based on type.

.list

A list of items to add to the dropdown.

header

The header for the dropdown.

Examples

Run this code
dropdownTabMenu(type = "messages", title = "Category tab items")

Run the code above in your browser using DataLab