<%@ Page Language="C#" Theme="Default" AutoEventWireup="true" CodeFile="DefaultCS.aspx.cs"Inherits="Telerik.Web.Examples.Editor.BuiltinCustomModules.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"
/>
<
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"
SkinID
=
"DefaultSetOfTools"
runat
=
"server"
ID
=
"RadEditor1"
Width
=
"800px"
OnClientInit
=
"telerikDemo.editor_onClientLoad"
>
<
Modules
>
<
telerik:EditorModule
Name
=
"telerikDemo.MyModule"
Enabled
=
"true"
Visible
=
"true"
></
telerik:EditorModule
>
<
telerik:EditorModule
Name
=
"RadEditorStatistics"
dockingzone
=
"bottom"
Visible
=
"true"
Enabled
=
"true"
></
telerik:EditorModule
>
</
Modules
>
<
Content
>
<
table
style
=
"WIDTH: 650px; HEIGHT: 305px"
cellspacing
=
"2"
border
=
"1"
>
<
tbody
>
<
tr
>
<
td
> <
img
alt
=
"product logo"
src
=
"../../images/productLogoLight.gif"
/></
td
>
<
td
>
<
p
align
=
"justify"
><
span
style
=
"COLOR: 111111;FONT-SIZE: 11px; FONT-FAMILY: MS Sans Serif"
>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: </
span
></
p
>
</
td
>
</
tr
>
<
tr
>
<
td
>
<
ul
>
<
li
><
em
>Single-file, drag-and-drop deployment</
em
> </
li
>
<
li
><
em
>Built on top of ASP.NET AJAX</
em
> </
li
>
<
li
><
em
>Unmatched loading speed with new semantic rendering </
em
></
li
>
<
li
><
em
>Full keyboard accessibility</
em
> </
li
>
</
ul
>
</
td
>
<
td
>
<
ul
>
<
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
>
<
li
><
em
>Full keyboard accessibility</
em
> </
li
>
</
ul
>
</
td
>
</
tr
>
</
tbody
>
</
table
>
</
Content
>
</
telerik:RadEditor
>
</
div
>
</
form
>
</
body
>
</
html
>