当前位置:编程学习 > C#/ASP.NET >>

MvcFckEditor如何获得内容

如题,我用了这个控件后不知道如何获得内容 --------------------编程问答-------------------- var oEditor = FCKeditorAPI.GetInstance('content');
alert(oEditor.GetHTML()); --------------------编程问答-------------------- 找到控件先,FCKeditorAPI.GetInstance('控件ID');
--------------------编程问答-------------------- 那怎么把内容放进去呢,document.getElementById("FCKTextBox").innerHTML = $("#BODY").html(); --------------------编程问答-------------------- string text = string.Empty;
text=FCKeditor.Content;
前几天才做了个类似的
补充:.NET技术 ,  C#
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,