toolkit.staticText {shinylight} | R Documentation |
JavaScript function: A static text Toolkit Control.
Description
This element is like a control in that it has a label and actual text content, but it is not interactive.
Arguments
id |
|
container |
|
translations |
|
Value
The static text element. The text
content can be set by calling its setData()
function. This text
can include HTML entities, so you might want to replace &
with &
and <
with <
if it is plain
text.
[Package shinylight version 1.2 Index]