Roadmap X12: Web.TextControl Enhancements in Detail
We already presented first impressions of the next TX Text Control version at several conferences. All of our developer teams are working on new features and improvements for all products and modules including ASP.NET, WPF and Windows Forms. Today, we would like to list some of the new features of Web.TextControl - the HTML5-based, true WYSIWYG rich text editor for ASP.NET. Client clipboard support Copy and paste formatted content from the client (MS Word, OpenOffice, browser, ...) to the…

We already presented first impressions of the next TX Text Control version at several conferences. All of our developer teams are working on new features and improvements for all products and modules including ASP.NET, WPF and Windows Forms.

Today, we would like to list some of the new features of Web.TextControl - the HTML5-based, true WYSIWYG rich text editor for ASP.NET.
- Client clipboard support
Copy and paste formatted content from the client (MS Word, OpenOffice, browser, ...) to the editor. - Drag and drop support
Drag and drop files and images to the editor. - New ribbon style
New Office 2013 ribbon icons and style - collapsible and scrollable. - Spell check dialog
Fully featured spell-check dialog for Web.TextControl in combination with TX Spell .NET. - Direct printing support
Opens the browser's print dialog without the external Window and PDF printing. - Document Access (API)
Server-side API to edit the content of the document programmatically. - Localization support
Translate the Web.TextControl to various languages incl. dialog boxes, ribbon, error messages and information messages.
We will publish details, screenshots and live demos soon. Stay tuned!
Related Posts
X15: Adding MS Word Compatible Fields and Form Elements to TXTextControl.Web
This article explains how to insert MS Word compatible form fields and form elements to documents.
X15: Inserting Client-Side Images using JavaScript
Using JavaScript API enhancements, client-side images can be added to documents. This article shows how to add a client-side image using a file input form element.
Sneak Peek X15: Copy to Local Clipboard Support in ASP.NET Version
The HTML5 based editor for ASP.NET MVC and Web Forms (AJAX) provides access to two different clipboards: The server-side clipboard uses the internal TX Text Control format and allows to copy and…
Sneak Peek X15: Custom Field Overlays in HTML5-based Text Control
A highly requested feature for our HTML5-based Web.TextControl is the ability to show field overlays or custom elements such as HTML form elements on top of all types of fields. In version X15,…
ASP.NET: Protected SubTextParts in TXTextControl.Web
SubTextParts ? TX Text Control .NET for Windows Forms ? TXTextControl Namespace ? SubTextPart Class A SubTextPart object represents a user-defined part of a TX Text Control document. were…