View source: R/ui_shinydashboardplus_adaptions.R
taskItemTab | R Documentation |
Item for above dropdownActionMenu function.
taskItemTab(text, tab_name = NULL, href = NULL, tabSelect = FALSE)
text |
The text to display for the item. |
tab_name |
The name of the tab to link to. Default is NULL. |
href |
The href link for the item. If NULL, it defaults to "#". |
tabSelect |
A boolean indicating whether to select the tab. Default is FALSE. |
An HTML list item.
taskItemTab(text = "Selected tab", tab_name = "Tab1", tabSelect = TRUE)
taskItemTab(text = "Other tab", tab_name = "Tab2", tabSelect = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.