Editor Overview
Thank you for choosing Telerik RadEditor for ASP.NET AJAX! RadEditor for ASP.NET AJAX is the successor for the well-known industry standard Editor for ASP.NET. The tight integration with ASP.NET AJAX and powerful new capabilities of the suite features the new WYSIWYG Editor as a flexible and lightweight component, turning it into the fastest loading Web Editor.
The Editor is part of Telerik UI for ASP.NET AJAX, a
professional grade UI library with 120+ components for building modern and feature-rich applications. To try it out sign up for a free 30-day trial.
Hottest Key features
Unmatched loading speed
Minimal script size
New semantic rendering
Industry-best cross-browser support
Single-file, drag-and-drop deployment (all editor resources, including the dialogs reside in the same DLL)
Multilevel undo/redo with action trails
Ability to have editors with different skins on the same page
Get started with the RadEditor
To test it by your own and see its benefits in practice you can start a free trial using the button below
To create a basic RadEditor
:
- ensure you have a script manager on the page (use <asp:ScriptManager> tag to declare one)
- use the <telerik:RadEditor> tag to declare the editor and to set some of its properties
Get started with the editor declaration and enabling some of its features
<telerik:RadEditor RenderMode="Lightweight" ID="RadEditor1" runat="server" ContentAreaMode="div" Width="500" Height="500" Skin="Black">
<Content>
<b>Setting inline properties</b>
</Content>
</telerik:RadEditor>