View source: R/messageBoxModule.R
the UI for a very simple message box module
1 2 3 4 5 6 7 8 9 | messageBoxUI(
id,
title,
boxWidth = 200,
boxHeight = 30,
fontSize = 20,
fontColor = "black",
backgroundColor = "beige"
)
|
id |
character string, the html document's widget id |
title |
character string, title for the box |
boxWidth |
integer pixels, 200 by default |
boxHeight |
integer pixels, 30 by default |
fontSize |
integer pixels, 20 by default |
fontColor |
character string, uses standard CSS naming conventions, "black" by default |
backgroundColor |
character string, uses standard CSS naming conventions, "beige" by default |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.