Prerequisites

There are two ways to evaluate the TX Text Control Document Editor. You can either host your own backend by downloading the trial version of TX Text Control .NET Server for ASP.NET, or by creating a trial access token to use a hosted backend, valid for 30 days:

Creating the Application

To load the initial JavaScript, the backend (WebSocketHandler) provides an endpoint that returns the required JavaScript. This endpoint can be used in a script tag in HTML to embed the required JavaScript code.

Loading...

Backend

The above script references the hosted test backend. If you host it yourself, replace the URL with your backend.

The JavaScript init method is used to initialize the Document Editor in a given div element.

Loading...

The complete HTML page would look like this. The element in which the editor is created is the div element with the id txDocumentEditor.

Loading...

The textControlLoaded event is attached to the TXTextControl element to load a document after the editor is initialized.