contextmenu_item.Rd
A contextmenu
consists of multiple contextmenu_item
. These
are in fact actionLinks
with special styling.
contextmenu_item(inputId, label, icon = NULL, ...)
inputId | The |
---|---|
label | The content of the button or link - usually a text label, but you could also use any other HTML, like an image. |
icon | An optional |
... | Named attributes to be applied to the
|