tabsOptions: Options menu in footer for tabBoxPrmdt (tabsetPanel).
Description
Options menu in footer for tabBoxPrmdt (tabsetPanel).
Usage
tabsOptions(
botones = list(paste(labelInput("opts"), icon("gear"))),
widths = 100,
heights = 50,
tabs.content = list(""),
id = NULL
)Arguments
- botones
list of icons to each option of the menu. Minimum 1, maximum 5.
- widths
vector of widths to each option of the menu. Minimum 1, maximum 5.
- heights
vector of heights to each option of the menu. Minimum 1, maximum 5.
- tabs.content
list of UI elements to include within each menu option. Minimum 1, maximum 5.
- id
If provided, you can use input$id in your server logic to get the element.
Author
Diego Jimenez <diego.jimenez@promidat.com>