<%@ Page Theme="Default" Language="C#" AutoEventWireup="true" CodeFile="DefaultCS.aspx.cs"Inherits="Telerik.Web.Examples.Editor.Dialogs.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"
/>
</
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:RadEditor
RenderMode
=
"Lightweight"
ID
=
"RadEditor1"
runat
=
"server"
CssClass
=
"centered-editor"
>
<
Tools
>
<
telerik:EditorToolGroup
>
<
telerik:EditorTool
Name
=
"InsertFormSelect"
Text
=
"Insert Select"
></
telerik:EditorTool
>
<
telerik:EditorTool
Name
=
"PasteHtml"
Text
=
"Paste Html"
></
telerik:EditorTool
>
<
telerik:EditorTool
Name
=
"PasteMarkdown"
Text
=
"Paste Markdown"
></
telerik:EditorTool
>
<
telerik:EditorTool
Name
=
"InsertTableLight"
Text
=
"Insert Table Light"
></
telerik:EditorTool
>
<
telerik:EditorTool
Name
=
"InsertLink"
Text
=
"Insert Link Dialog"
></
telerik:EditorTool
>
<
telerik:EditorTool
Name
=
"InsertImage"
Text
=
"Insert Image Dialog"
></
telerik:EditorTool
>
<
telerik:EditorTool
Name
=
"ImageManager"
ShortCut
=
"CTRL+M"
Text
=
"ImageManager with ImageEditor"
>
</
telerik:EditorTool
>
<
telerik:EditorTool
Name
=
"StyleBuilder"
Text
=
"Style Builder"
></
telerik:EditorTool
>
<
telerik:EditorTool
Name
=
"XhtmlValidator"
Text
=
"Xhtml Validator Dialog"
></
telerik:EditorTool
>
<
telerik:EditorTool
Name
=
"FormatCodeBlock"
Text
=
"Format Code Block Dialog"
></
telerik:EditorTool
>
</
telerik:EditorToolGroup
>
<
telerik:EditorToolGroup
>
<
telerik:EditorTool
Name
=
"SetImageProperties"
></
telerik:EditorTool
>
<
telerik:EditorTool
Name
=
"ImageMapDialog"
></
telerik:EditorTool
>
<
telerik:EditorTool
Name
=
"FlashManager"
></
telerik:EditorTool
>
<
telerik:EditorTool
Name
=
"SilverlightManager"
></
telerik:EditorTool
>
<
telerik:EditorTool
Name
=
"MediaManager"
></
telerik:EditorTool
>
<
telerik:EditorTool
Name
=
"InsertExternalVideo"
Text
=
"Insert External Video"
></
telerik:EditorTool
>
<
telerik:EditorTool
Name
=
"DocumentManager"
></
telerik:EditorTool
>
<
telerik:EditorTool
Name
=
"TemplateManager"
></
telerik:EditorTool
>
<
telerik:EditorSeparator
></
telerik:EditorSeparator
>
<
telerik:EditorTool
Name
=
"FindAndReplace"
></
telerik:EditorTool
>
<
telerik:EditorTool
Name
=
"TableWizard"
></
telerik:EditorTool
>
<
telerik:EditorTool
Name
=
"LinkManager"
></
telerik:EditorTool
>
<
telerik:EditorTool
Name
=
"PageProperties"
></
telerik:EditorTool
>
<
telerik:EditorSeparator
></
telerik:EditorSeparator
>
<
telerik:EditorTool
Name
=
"AboutDialog"
></
telerik:EditorTool
>
<
telerik:EditorTool
Name
=
"Help"
></
telerik:EditorTool
>
</
telerik:EditorToolGroup
>
</
Tools
>
<
ImageManager
ViewPaths
=
"~/Editor/images/UserDir/Marketing,~/Editor/images/UserDir/PublicRelations"
UploadPaths
=
"~/Editor/images/UserDir/Marketing,~/Editor/images/UserDir/PublicRelations"
>
</
ImageManager
>
<
FlashManager
ViewPaths
=
"~/Editor/images/UserDir/Marketing,~/Editor/images/UserDir/PublicRelations"
UploadPaths
=
"~/Editor/images/UserDir/Marketing,~/Editor/images/UserDir/PublicRelations"
>
</
FlashManager
>
<
SilverlightManager
ViewPaths
=
"~/Editor/images/UserDir/Marketing,~/Editor/images/UserDir/PublicRelations"
UploadPaths
=
"~/Editor/images/UserDir/Marketing,~/Editor/images/UserDir/PublicRelations"
>
</
SilverlightManager
>
<
MediaManager
ViewPaths
=
"~/Editor/images/UserDir/Marketing,~/Editor/images/UserDir/PublicRelations"
UploadPaths
=
"~/Editor/images/UserDir/Marketing,~/Editor/images/UserDir/PublicRelations"
>
</
MediaManager
>
<
DocumentManager
ViewPaths
=
"~/Editor/images/UserDir/Marketing,~/Editor/images/UserDir/PublicRelations"
UploadPaths
=
"~/Editor/images/UserDir/Marketing,~/Editor/images/UserDir/PublicRelations"
>
</
DocumentManager
>
<
TemplateManager
ViewPaths
=
"~/Editor/images/UserDir/Marketing,~/Editor/images/UserDir/PublicRelations"
UploadPaths
=
"~/Editor/images/UserDir/Marketing,~/Editor/images/UserDir/PublicRelations"
>
</
TemplateManager
>
<
Content
>
<!DOCTYPE html>
<
head
>
<
title
>This is s sample title</
title
>
<
meta
content
=
"This is a sample description"
name
=
"Description"
></
meta
>
<
meta
content
=
"Editor,Dialogs"
name
=
"Keywords"
></
meta
>
</
head
>
<
body
>
<
h2
style
=
"background-color:rgb(104, 154, 5);color:#ffffff;font-family:segoe ui;text-align:center;"
>RadEditor for ASP.NET AJAX</
h2
>
<
p
style
=
"text-align: justify;"
>
<
span
style
=
"font-size: 19px; color: #4f6128;"
><
strong
>RadEditor</
strong
></
span
><
span
style
=
"color: #4f6128;"
> </
span
>is not simply an HTML
<
a
href
=
"#HTMLDescription"
>
<
sup
>1</
sup
>
</
a
> Editor. It is what Microsoft chose to use in <
strong
>MSDN</
strong
>, <
strong
>CodePlex</
strong
>, <
strong
>TechNet</
strong
>, <
strong
>MCMS</
strong
> and even as an alternative to the default editor in
<
a
href
=
"http://www.telerik.com/products/aspnet-ajax/sharepoint.aspx"
>SharePoint</
a
>. Whether you need a mere Textbox with Google-like spellchecker, or a Word-like content authoring environment, the result is the same: clean <
strong
>XHTML</
strong
> output, fast rendering, widest cross-browser support, and
<
br
/>
<
img
src
=
"../../images/editor.jpg"
alt
=
"product logo"
style
=
"margin-top: 25px; float: left; margin-right: 15px;"
/>
</
p
>
<
ul
style
=
"width: 350px; float: left;"
>
<
li
>
<
em
>Out-of-the-box XHTML-enabled Output...</
em
>
</
li
>
<
li
>
<
em
>Unmatched Loading Speed and Performance</
em
>
</
li
>
<
li
>
<
em
>Microsoft Word-like Spell-checking</
em
>
</
li
>
<
li
>
<
em
>Seven Ways for Pasting from Word</
em
>
</
li
>
<
li
>
<
em
>Multilevel Undo/Redo with Action Trails</
em
>
</
li
>
<
li
>
<
em
>Extended Functionality Through Integrated Controls</
em
>
</
li
>
</
ul
>
<
table
width
=
"500"
style
=
"margin: 0pt auto;clear:both;"
>
<
thead
>
<
tr
>
<
th
style
=
"background-color: #ebf1dd;"
>Browser/OS</
th
>
<
th
style
=
"background-color: #ebf1dd;"
>Windows</
th
>
<
th
style
=
"background-color: #ebf1dd;"
>Mac OS</
th
>
<
th
style
=
"background-color: #ebf1dd;"
>Linux</
th
>
</
tr
>
</
thead
>
<
tbody
>
<
tr
>
<
td
align
=
"center"
style
=
"text-align: left; vertical-align: middle;"
>
<
img
src
=
"../../images/BrowserIcons/ie.gif"
alt
=
"ie"
style
=
"float: left;"
/> Internet Explorer
</
td
>
<
td
valign
=
"top"
style
=
"background-color: #f2f2f2;"
>6.0+</
td
>
<
td
valign
=
"top"
style
=
"background-color: #e5e0ec;"
>- </
td
>
<
td
valign
=
"top"
style
=
"background-color: #dbeef3;"
>- </
td
>
</
tr
>
<
tr
>
<
td
>
<
img
src
=
"../../images/BrowserIcons/ff.gif"
alt
=
"ff"
style
=
"float: left;"
/> Firefox
</
td
>
<
td
style
=
"background-color: #f2f2f2;"
>1.5+</
td
>
<
td
style
=
"background-color: #e5e0ec;"
>1.5+</
td
>
<
td
style
=
"background-color: #dbeef3;"
>1.5+</
td
>
</
tr
>
<
tr
>
<
td
>
<
img
src
=
"../../images/BrowserIcons/chrome.gif"
alt
=
"chrome"
style
=
"float: left;"
/> Google Chrome
</
td
>
<
td
style
=
"background-color: #f2f2f2;"
>0.2+</
td
>
<
td
style
=
"background-color: #e5e0ec;"
>5.0+</
td
>
<
td
style
=
"background-color: #dbeef3;"
>5.0+</
td
>
</
tr
>
<
tr
>
<
td
>
<
img
src
=
"../../images/BrowserIcons/opera.gif"
alt
=
"opera"
style
=
"float: left;"
/> Opera
</
td
>
<
td
style
=
"background-color: #f2f2f2;"
>9.0+</
td
>
<
td
style
=
"background-color: #e5e0ec;"
>9.0+</
td
>
<
td
style
=
"background-color: #dbeef3;"
>-</
td
>
</
tr
>
<
tr
>
<
td
>
<
img
src
=
"../../images/BrowserIcons/safari.gif"
alt
=
"safari"
style
=
"float: left;"
/> Safari
</
td
>
<
td
style
=
"background-color: #f2f2f2;"
>3.0+</
td
>
<
td
style
=
"background-color: #e5e0ec;"
>3.0+</
td
>
<
td
style
=
"background-color: #dbeef3;"
>-</
td
>
</
tr
>
</
tbody
>
</
table
>
<
p
style
=
"border-top: 1px solid #555;padding-top: 10px;"
>
<
sup
><
sup
>
<
a
id
=
"HTMLDescription"
>1.</
a
>
</
sup
>The computer language used to create world-wide-web pages which are read by browsers.</
sup
>
</
p
>
</
body
>
</
html
>
</
Content
>
</
telerik:RadEditor
>
</
div
>
</
div
>
</
form
>
</
body
>
</
html
>