tabsOptions {loadeR} | R Documentation |
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. |
Value
An HTML element.
Author(s)
Diego Jimenez <diego.jimenez@promidat.com>
Examples
tabsOptions()
[Package loadeR version 1.2.0 Index]