WebForms 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.
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 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>