Description Usage Arguments Details Value Note Author(s)
Create an personalized panel
1 2 3 4 5 6 7 8 9 10 11 | interactive_panel(
id,
image_href,
icon_title,
title,
outputID,
ID_shinyJS,
text_info,
size_title,
size_text
)
|
id |
module id |
image_href |
url-link of an image to show in the background of your panel |
icon_title |
string name of the icon in the heading part |
title |
string of text to show in the title header |
outputID |
output for the action Button |
ID_shinyJS |
id of the body to hide and show |
text_info |
the string of a phrase you want to add in your panel |
size_title |
pixels size of your title |
size_text |
pixels size of your body text |
This function allows you to create an interactive personalized panel for your web application
return a beauty panel where you can hide or show the particular body text.
Use this function at the same time with the function interactive_panelOutput.
Eduardo Trujillo
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.