#
inner
getText() → {string}
Returns the text value of the widget.
#
inner
getType() → {string}
Returns the type of the widget (RMP_StaticTextArea).
#
inner
setText(text)
Sets the text field of the widget.
Parameters:
Name |
Type |
Description |
text |
string
|
Text to set |
#
inner
setUrl(url)
Sets the URL field of the widget.
Parameters:
Name |
Type |
Description |
url |
string
|
URL to set |