View source: R/actionLink_oc.R
actionLink_oc | R Documentation |
Create a shiny actionLink that triggers an off canvas
actionLink_oc(id_oc, ...)
id_oc |
id of the off canvas to trigger |
... |
Same parameters as shiny::actionButton(...) |
A shiny actionLink that triggers a particular off canvas
actionLink_oc( inputId = "ok", label = "Trigger", id_oc = "id_oc", class="text-danger" )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.