Introduction

The Text Control widget can be used to edit documents in any platform including Angular, Java, PHP, Node.js and any other HTML based platform.

The required ASP.NET MVC project hosts the IFRAME based JavaScript widget wrapper for the HTML5 based editor.

TextControl.Web.MVC.JSWidget

The widget has (nearly) the same JavaScript API like the MVC version of TX Text Control Web. All objects, methods, properties and events can be used in the same way.

How does this work?

The JavaScript widget project consists of two parts:

Essentially, the widget lives in an IFRAME which runs the ASP.NET MVC project. The widget provides a JavaScript wrapper API that can be used to program the editor from within your application. The JavaScript communicates with the IFRAME application through window post messages.