bs4DropdownMenuItem: Create a Boostrap 4 dashboard dropdown menu item

Description Usage Arguments Author(s)

View source: R/dashboardNavbar.R

Description

Build an adminLTE3 dashboard dropdown menu item

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
bs4DropdownMenuItem(
  inputId = NULL,
  message,
  from = NULL,
  time = NULL,
  icon = "info-circle",
  src = NULL,
  status = NULL,
  type = c("notification", "message")
)

dropdownMenuItem(
  inputId = NULL,
  message,
  from = NULL,
  time = NULL,
  icon = "info-circle",
  src = NULL,
  status = NULL,
  type = c("notification", "message")
)

Arguments

inputId

Whether to allow the item to act as a actionButton.

message

Item content.

from

Item sender. Only if type is message.

time

Item date.

icon

Item icon.

src

Item image. Only if type is message.

status

Item status. Leave NULL if type is notification. See getAdminLTEColors for valid statuses. If not NULL, Indicate the message priority.

type

Item type: notification or message.

Author(s)

David Granjon, dgranjon@ymail.com


RX-PBB/bs4Mash documentation built on April 11, 2020, 12:15 a.m.