<%@ Page Language="C#" Theme="Default" AutoEventWireup="true" CodeFile="DefaultCS.aspx.cs"Inherits="Telerik.Web.Examples.Editor.InlineEditing.DefaultCS" %>
<%@ Register TagPrefix="qsf" Namespace="Telerik.QuickStart" %>
<%@ 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"
>
<
div
class
=
"inlineContent"
>
<
telerik:RadEditor
RenderMode
=
"Lightweight"
runat
=
"server"
ID
=
"RadEditor1"
EditType
=
"Inline"
>
<
Content
>
<
h2
>Responsive Web Design</
h2
>
mobile, is your go-to resource for learning and testing the mobile
capabilities within the UI controls and frameworks offered in the suite.<
br
/><
br
/>
<
h3
>Percentage of People Accessing the Web From Mobile Devices</
h3
>
<
img
alt
=
"Percentage of People Accessing the Web From Mobile Devices"
src
=
"images/device-percentage.png"
style
=
"max-width: 100%;"
/>
</
Content
>
</
telerik:RadEditor
>
</
div
>
<
div
class
=
"inlineContent"
>
<
telerik:RadEditor
RenderMode
=
"Lightweight"
runat
=
"server"
ID
=
"RadEditor2"
EditType
=
"Inline"
>
<
Content
>
<
h2
>So what exactly constitutes a responsive web design?</
h2
>
<
div
>
<
img
src
=
"images/content-water.png"
style
=
"margin-bottom: 5px;"
width
=
"420"
/>
</
div
>
<
em
>
</
em
>
<
p
>The concept of responsive web design
(<
b
>RWD</
b
>) suggests that the layout of the project needs to adapt to the
media that renders it. The content of the application needs to be like
water and make efficient use of the available space on the screen.
Additionally, the content should be easily readable with appropriate
font and image sizes.</
p
>
</
Content
>
</
telerik:RadEditor
>
</
div
>
</
div
>
</
div
>
</
form
>
</
body
>
</
html
>