tabsOptions {loadeR} | R Documentation |
Options menu in footer for tabBoxPrmdt (tabsetPanel).
tabsOptions(
botones = list(paste(labelInput("opts"), icon("gear"))),
widths = 100,
heights = 50,
tabs.content = list(""),
id = NULL
)
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. |
An HTML element.
Diego Jimenez <diego.jimenez@promidat.com>
tabsOptions()