Make a tabset panel

Make a tab panel

fdTabsetPanel(..., selected = NULL, .list = NULL)

fdTabPanel(title, ..., id = makeHtmlId(title))

fdTabNav(...)

fdTabContent(...)

fdTabNavItem(..., id = NULL, active = FALSE)

fdTabContentItem(..., id = NULL, active = FALSE)

Arguments

...
elements to put in. see details.
selected
id of the active tab
.list
elements to put in as a list.
title
title to use.
id
html id to add.
active
boolean indicating if tab is active.