摘要:
曾在一个论坛项目中,需要在mvc框架中使用KindEditor来编辑文章,由于当时也是刚接触MVC框架,也很是头疼。后来经过多般努力,找到了适合自己的方法。首先是利用@Html.TextArea()来生命一个文本域,在通过JS脚本来将KindEditor绑定到文本域上,同时也可以通过css样式来控制编辑器的格式。 1 1 2 @Html.TextArea("content1", new { Class = "www" })@*3 @Html.TextAreaFor(mod => mod.AModel.Loginformation... 阅读全文
posted @ 2013-03-08 14:33
潜者之意
阅读(1094)
评论(11)
推荐(0)

浙公网安备 33010602011771号