<%@ Page Theme="Default" Language="C#" AutoEventWireup="true" CodeFile="DefaultCS.aspx.cs"Inherits="Telerik.Web.Examples.Editor.CustomDialogs.DefaultCS" %>
<%@ Register TagPrefix="telerik" Namespace="Telerik.Web.UI" Assembly="Telerik.Web.UI" %>
<!DOCTYPE html>
<
head
runat
=
"server"
>
<
title
>Telerik ASP.NET Example</
title
>
<
link
href
=
"../Common/styles.css"
rel
=
"stylesheet"
type
=
"text/css"
/>
<
link
href
=
"styles.css"
rel
=
"stylesheet"
/>
<
script
src
=
"scripts.js"
type
=
"text/javascript"
></
script
>
</
head
>
<
body
>
<
form
id
=
"form1"
runat
=
"server"
>
<
telerik:RadScriptManager
runat
=
"server"
ID
=
"RadScriptManager1"
/>
<
telerik:RadSkinManager
ID
=
"RadSkinManager1"
runat
=
"server"
ShowChooser
=
"true"
/>
<
div
class
=
"demo-container size-wide"
>
<
telerik:RadEditor
RenderMode
=
"Lightweight"
runat
=
"server"
ID
=
"RadEditor1"
Width
=
"800px"
OnClientLoad
=
"TelerikDemo.editor_onClientLoad"
>
<
Tools
>
<
telerik:EditorToolGroup
>
<
telerik:EditorTool
Name
=
"InsertSpecialLink"
Text
=
"Insert Special Link"
></
telerik:EditorTool
>
<
telerik:EditorTool
Name
=
"PrintPreview"
Text
=
"Print Preview"
></
telerik:EditorTool
>
<
telerik:EditorTool
Name
=
"InsertEmoticon"
Text
=
"Insert Smiley"
></
telerik:EditorTool
>
</
telerik:EditorToolGroup
>
</
Tools
>
<
Content
>
<
img
alt
=
"product logo"
src
=
"../../images/productLogoLight.gif"
/>is the successor of the well known industry standard Editor for ASP.NET. The tight integration with ASP.NET AJAX and the powerful new capabilities make Telerik's WYSIWYG Editor a flexible and lightweight component, turning it into the fastest loading Web Editor. Among the hottest features are:
<
ul
>
<
li
><
em
>Single-file, drag-and-drop deployment</
em
></
li
>
<
li
><
em
>Unmatched loading speed with new semantic rendering </
em
></
li
>
<
li
><
em
>Full keyboard accessibility</
em
></
li
>
<
li
><
em
>Flexible Skinning mechanism</
em
></
li
>
<
li
><
em
>Simplified and intuitive toolbar configuration</
em
></
li
>
<
li
><
em
>Out-of-the-box XHTML-enabled output</
em
></
li
>
</
ul
>
</
Content
>
</
telerik:RadEditor
>
</
div
>
</
form
>
</
body
>
</
html
>