This is a migrated thread and some comments may be shown as answers.

theme Editor

1 Answer 156 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Remeo
Top achievements
Rank 1
Remeo asked on 08 Oct 2012, 02:34 AM
Hello !
I use Editor in my project but I can not do same with demo.
Help me!

<link rel="stylesheet" href="@Url.Content("~/Content/kendo.common.css")"/>
<link rel="stylesheet" href="@Url.Content("~/Content/kendo.default.css")" />
 
<script src="@Url.Content("~/Scripts/jquery-1.7.1.js")"></script>
<script src="@Url.Content("~/Scripts/jquery-ui-1.8.20.js")"></script>
<script src="@Url.Content("~/Scripts/kendo.all.js")"></script>
<script src="@Url.Content("~/Scripts/kendo.aspnetmvc.js")"></script>
 
 
 
// Create Editor
@(Html.Kendo().Editor()
                  .Name("AboutHotel")
                  .HtmlAttributes(new { style = "width:100%; height:200px" })
                  )

1 Answer, 1 is accepted

Sort by
0
Accepted
Jack
Top achievements
Rank 1
answered on 10 Oct 2012, 03:45 AM
You check other css.
Tags
Editor
Asked by
Remeo
Top achievements
Rank 1
Answers by
Jack
Top achievements
Rank 1
Share this question
or