Feature Preview: Client Clipboard and Scrollable Drop-down Buttons
Even though our next release is still far away (we have a release cycle for major versions between 9 and 12 months), we would like to present new features and ideas regularly. We are working on additional features for all .NET platforms including Windows Forms, WPF and ASP.NET. Today, we would like to show two new small, but very handy features of Web.TextControl. These features are not final, but it gives an idea of what is coming. Client Clipboard Toggle In the current version, in order to…

Even though our next release is still far away (we have a release cycle for major versions between 9 and 12 months), we would like to present new features and ideas regularly. We are working on additional features for all .NET platforms including Windows Forms, WPF and ASP.NET.
Today, we would like to show two new small, but very handy features of Web.TextControl. These features are not final, but it gives an idea of what is coming.
Client Clipboard Toggle
In the current version, in order to copy content from the local (client) clipboard to the document, a separate pop-up window is opened. This won't be longer required in version X14 (24.0). A toggle button controls the currently active clipboard.

If the toggle button Use Local Clipboard is active, the user can paste content directly into the document using the keyboard short-cuts. If document content is selected and copied, automatically, the active clipboard switches to the server clipboard. This provides an efficient way to work with both clipboards.
Scrollable Drop-down Buttons
When working with larger data sources and many tables, scrollable drop-down buttons help to navigate to the desired list items. The opened list boxes adjust automatically to the size of Web.TextControl to provide a perfect user experience.

Stay tuned for more features.
Related Posts
MVC NuGet Packages for X18 Published
We just published the NuGet packages for the latest version X18 of TX Text Control .NET Server.
Configuring ASP.NET and IIS for Larger Requests
Since we released the session-less version of the DocumentViewer, ASP.NET projects must be prepared for sending larger POST data when loading documents from memory.
Updated MVC DocumentViewer: Session-less and Improved Image Quality
We published a new version of the ASP.NET MVC DocumentViewer that is now session-less and provides a better image quality.
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,…