<%@ Page Theme="Default" Language="C#" AutoEventWireup="true" %>
<%@ 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
>
<
script
type
=
"text/javascript"
>
function findDialogWindow() {
return $find("<%= DialogWindow.ClientID %>");
}
</
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-containers"
>
<
div
class
=
"demo-container"
>
<
telerik:RadWindow
RenderMode
=
"Lightweight"
OnClientShow
=
"TelerikDemo.SetDialogContent"
OnClientPageLoad
=
"TelerikDemo.SetDialogContent"
NavigateUrl
=
"EditorInWindow.aspx"
runat
=
"server"
Behaviors
=
"Maximize,Close,Move"
ID
=
"DialogWindow"
VisibleStatusbar
=
"false"
Width
=
"800px"
Modal
=
"true"
Height
=
"700px"
Style
=
"z-index: 50000"
>
</
telerik:RadWindow
>
<
telerik:RadEditor
RenderMode
=
"Lightweight"
ID
=
"RadEditor1"
EnableResize
=
"false"
runat
=
"server"
Width
=
"800px"
Height
=
"400px"
OnClientLoad
=
"TelerikDemo.editor_onClientLoad"
>
<
Tools
>
<
telerik:EditorToolGroup
>
<
telerik:EditorTool
Name
=
"RichEditor"
Text
=
"Open Advanced Editor"
></
telerik:EditorTool
>
<
telerik:EditorTool
Name
=
"Bold"
></
telerik:EditorTool
>
<
telerik:EditorTool
Name
=
"Italic"
></
telerik:EditorTool
>
<
telerik:EditorTool
Name
=
"Underline"
></
telerik:EditorTool
>
<
telerik:EditorTool
Name
=
"Cut"
></
telerik:EditorTool
>
<
telerik:EditorTool
Name
=
"Copy"
></
telerik:EditorTool
>
<
telerik:EditorTool
Name
=
"Paste"
></
telerik:EditorTool
>
<
telerik:EditorTool
Name
=
"FontName"
></
telerik:EditorTool
>
<
telerik:EditorTool
Name
=
"RealFontSize"
></
telerik:EditorTool
>
</
telerik:EditorToolGroup
>
</
Tools
>
<
Content
>
<
img
src
=
"../../images/productLogoLight.gif"
alt
=
"product logo"
/>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
>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
>
<
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
>
</
div
>
</
form
>
</
body
>
</
html
>