bsCollapsePanel: bsCollapsePanel

Description Usage Arguments Details Note See Also

Description

bsCollapsePanel creates individual panels within a bsCollapse object.

Usage

1
bsCollapsePanel(title, ..., value = title, style = NULL)

Arguments

title

The title to display at the top of the panel.

value

Optional The value to return when this panel is open. Defaults to title.

style

Optional A Bootstrap style to apply to the panel. (primary, danger, warning, info, or success)

...

UI elements to include within the panel.

Details

See Collapses for more information about how to use bsCollapsePanel with the rest of the Collapses family.

Note

Run bsExample("Collapses") for an example of bsCollapsePanel functionality.

See Also

Twitter Bootstrap 3

Other Collapses: Collapses; bsCollapse; updateCollapse


ebailey78/shinyBS documentation built on May 15, 2019, 7:29 p.m.