API SimpleHTML SetText
Talk0
98,456pages on
this wiki
this wiki
This method will set the SimpleHTML text content to the supplied text.
SimpleHTML:SetText("arg1");
Parameters
Edit
Arguments
Edit
- ("arg1")
- arg1
- String - Text that will be displayed in the SimpleHTML element.
Returns
Edit
- nil
- nil - Will always return nil.
Details
Edit
The SimpleHTML element supports (as hinted by the name) a simple HTML-like markup. It also supports normal plain text with standard escape sequences. If the string does not contain the "<HTML><BODY>...</BODY></HTML>" structure (with only whitespace before the "<HTML>" tag) it will automagically revert to plain mode.
See UIOBJECT_SimpleHTML for supported markup.