This element is like a control in that it has a label and actual text content, but it is not interactive.
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.
string
The ID of this control within the container
toolkit.HTMLContainerElement
[optional] Where to put the control.
object
An object with keys 'name'
for the label displayed by the text and 'help'
for tooltop text.