Integrated FileExplorer control:
RadFileExplorer for ASP.NET AJAX is added to the Editor file browser dialogs and completely replaces the proprietary FileLister/FileExplorer control. Telerik FileExplorer features rich and intuitive dialogs for managing Image, Flash, Windows Media, and Documents that include features like file sorting, preview, zoom, create and delete folders, etc. All four dialogs are AJAX-based to load files and folders on demand. This feature greatly improves the editor’s usability and performance, making it the ideal tool for enterprise applications with large file repositories.
See demo
Simplified Inline Tool Declaration: With the Telerik ASP.NET Editor, you can populate tool lists through IntelliSense without manually configuring settings. Now you can conveniently use IntelliSense autocomplete or simply add tools through a property grid in design-time.
Adaptive Buttons: Buttons on Telerik ASP.NET Editor toolbars will change their state in real time to reflect the actual status of the cursor selection (i.e. bold, justified, etc.). Some buttons will be enabled/disabled if a certain action can be performed (or not) with the current cursor selection (e.g. Unlink is enabled only if you have selected a hyperlink, Redo is not available if you haven't undone any action first, etc.)
Toolbar Modes: RadEditor features three types of toolbar modes.
The Floating Toolbar Mode allows toolbars to be dragged and rearranged. In the ShowOnFocus Toolbar Mode the toolbar will only be visible when the focus is on the editor’s content area. When visible, the toolbar does not occupy a large space, but rather overlaps the neighboring page elements. The Multiple Editors with a Single Toolbar (Shared Toolbar) Mode allows the use of a single toolbar for multiple editors, displayed at the top of the page.
See demo
Flexible Table Editing Mechanism: RadEditor implements a flexible and easy to use table editing mechanism. It allows for various effortless operations such as: adding of rows and columns, inserting/merging/splitting cells and set table/cell properties (padding, size, color, etc)
See demo
Top