View source: R/verbatim_popup.R
button_click_observer | R Documentation |
shiny
observer handling button clicks.When the button is clicked it pop up a modal window with the text.
button_click_observer(
click_event,
copy_button_id,
copied_area_id,
modal_title,
modal_content,
disabled
)
click_event |
|
copy_button_id |
( |
copied_area_id |
( |
modal_title |
( |
modal_content |
( |
disabled |
( |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.