button_click_observer {teal.widgets} | R Documentation |
Creates a shiny
observer handling button clicks.
Description
When the button is clicked it pop up a modal window with the text.
Usage
button_click_observer(
click_event,
copy_button_id,
copied_area_id,
modal_title,
modal_content,
disabled
)
Arguments
click_event |
|
copy_button_id |
( |
copied_area_id |
( |
modal_title |
( |
modal_content |
( |
disabled |
( |
[Package teal.widgets version 0.4.3 Index]