Hello !
I use Editor in my project but I can not do same with demo.
Help me!
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" }) )