日期:2014-05-16  浏览次数:20458 次

各位用过FCKeditor的大侠,如何用javascript获取编辑框内容啊?在线等....
我是这样使用的:  
  var oFCKeditor = new FCKeditor("logContent") ;
oFCKeditor.Width = "98%";
oFCKeditor.BasePath = "<@s.url value="/fckeditor/" includeParams="none" />" ;
oFCKeditor.ReplaceTextarea();

然后用document.getElementById("logContent").value 来取编辑框里面的内容取不到,请问如何取啊?

------解决方案--------------------
没用过

------解决方案--------------------
收藏,刚刚知道还有这样的控件可以用,早知道就好了