DropDownMenu
From ReporteRs v0.7.7
by David Gohel
Create a bootstrap DropDownMenu
Create a DropDownMenu
object. This object is to be used with
BootstrapMenu
to define menu links.
Usage
DropDownMenu(label)
Arguments
- label
"character"
value: label of the DropDownMenu.
Value
- an object of class
DropDownMenu
.
See Also
Examples
#
mydd = DropDownMenu( label = "My menu" )
mydd = addLinkItem( mydd,
label = "GitHub", "http://github.com/", active = TRUE)
mydd = addLinkItem( mydd, separator.after = TRUE)
mydd = addLinkItem( mydd,
label = "Wikipedia", "http://www.wikipedia.fr")
Community examples
Looks like there are no examples yet.