Skip to content

Commit ef4971a

Browse files
authored
Update README.md
1 parent 7a3abe8 commit ef4971a

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,5 @@ window.onload = function() {
4444
textControl1 = new TXTextControlWeb("myTextControlContainer");
4545
};
4646
</script>
47-
```
48-
The widget has (nearly) the same [JavaScript API](https://www.textcontrol.com/documentation/?param=n_txdotnet.ref.javascript.htm&product=tx) like the MVC version of TX Text Control Web. All objects, methods, properties and events can be used in the same way. For example, in order to load an HTML document into the editor, the following code can be used:
49-
```javascript
50-
function loadDocument()
51-
{
52-
textControl1.loadDocument(
53-
TXTextControl.StreamType.HTMLFormat, btoa("<strong>This is a test</strong>"));
54-
}
47+
5548
```

0 commit comments

Comments
 (0)