Description Usage Arguments Author(s)
View source: R/dashboardNavbar.R
Build an adminLTE3 dashboard dropdown menu item
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")
)
|
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. |
David Granjon, dgranjon@ymail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.