Feature Preview: Client Clipboard and Scrollable Drop-down Buttons
Two upcoming Web.TextControl X14 features: a client clipboard toggle button replaces the pop-up window for local clipboard pasting and automatically switches between local and server clipboards. Scrollable drop-down buttons resize to match the control dimensions for large data sources.

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
The session-less MVC DocumentViewer sends documents via POST, requiring three web.config changes for large files: IIS maxAllowedContentLength for byte limits, httpRuntime maxRequestLength for…
Updated MVC DocumentViewer: Session-less and Improved Image Quality
The ASP.NET MVC DocumentViewer 27.0.8.500 removes the InProc session state dependency, supporting session-less and SQL session state deployments. The update also improves page rendering quality to…
Sneak Peek X15: Copy to Local Clipboard Support in ASP.NET Version
TX Text Control X15 introduces local clipboard support for the HTML5 ASP.NET editor. A toggle switches between the server-side clipboard with full formatting and the client-side HTML clipboard.…
Sneak Peek X15: Custom Field Overlays in HTML5-based Text Control
TX Text Control X15 introduces a bounds property on fields in Web.TextControl, returned through the textFieldEntered event. Developers can position custom HTML overlays at field locations to…
