基于MVC3 Razor视图引擎的富文本运用
下载ueditor1_4_3-utf8-net,放到项目中
在view下的.cshtml页面中,引用:
<script type="text/javascript" src="@Url.Content("~/Interface/ueditor1_4_3-utf8-net/ueditor.config.js")"></script>
<script type="text/javascript" src="@Url.Content("~/Interface/ueditor1_4_3-utf8-net/ueditor.all.min.js")"></script>
<script type="text/javascript" charset="utf-8" src="~/Interface/ueditor1_4_3-utf8-net/lang/zh-cn/zh-cn.js"></script>
在JS代码中定义var business = UE.getEditor(‘Business‘);
在页面中调用:@Html.TextAreaFor(m => Model.Business, new { @style = " width:100%; height:400px;" })
效果图如下:
郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。