We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 678bb1c commit f7b1a92Copy full SHA for f7b1a92
1 file changed
README.md
@@ -50,6 +50,6 @@ The widget has (nearly) the same [JavaScript API](https://www.textcontrol.com/do
50
function loadDocument()
51
{
52
textControl1.loadDocument(
53
- TXTextControl.StreamType.HTMLFormat, '<strong>This is a test</strong>');
+ TXTextControl.StreamType.HTMLFormat, btoa("<strong>This is a test</strong>"));
54
}
55
```
0 commit comments