shadii
دوشنبه 29 مهر 1392, 18:25 عصر
سلام من از کد زیر برای ادیتور استفاده کردم:
@(Html.Kendo().EditorFor(model => model.HomepgTxt)
.Name("HomepgTxt")
.HtmlAttributes(new { style = "width: 850px;height:440px;float: right;margin-right:0" })
.Tools(tools => tools
.Clear()
.Bold().Italic().Underline().Strikethrough()
.JustifyLeft().JustifyCenter().JustifyRight().Just ifyFull()
.InsertUnorderedList().InsertOrderedList()
.Outdent().Indent()
.CreateLink().Unlink()
.InsertImage()
.SubScript()
.SuperScript()
.TableEditing()
.ViewHtml()
//.Formatting()
.FontName()
.FontSize()
.FontColor().BackColor()
)
.Value(@<text>
</text>)
حالا از این خط ارور می گیره: .TableEditing()
میگه رفرنسش نیست
کسی می دونه چه فایلی رو باید اضافه کنم؟
@(Html.Kendo().EditorFor(model => model.HomepgTxt)
.Name("HomepgTxt")
.HtmlAttributes(new { style = "width: 850px;height:440px;float: right;margin-right:0" })
.Tools(tools => tools
.Clear()
.Bold().Italic().Underline().Strikethrough()
.JustifyLeft().JustifyCenter().JustifyRight().Just ifyFull()
.InsertUnorderedList().InsertOrderedList()
.Outdent().Indent()
.CreateLink().Unlink()
.InsertImage()
.SubScript()
.SuperScript()
.TableEditing()
.ViewHtml()
//.Formatting()
.FontName()
.FontSize()
.FontColor().BackColor()
)
.Value(@<text>
</text>)
حالا از این خط ارور می گیره: .TableEditing()
میگه رفرنسش نیست
کسی می دونه چه فایلی رو باید اضافه کنم؟