FCKeditor 控件 如何从数据库中提取文章内容?
FCKeditor 控件 如何从数据库中提取文章内容?
日期:2009-12-20 23:10:10 人气:1
function SetContents(codeStr){
var oEditor = FCKeditorAPI.GetInstance("content") ;
oEditor.SetHTML(codeStr) ;
}
用这个函数codeStr是你的内容
FCKeditor 控件 如何从数据库中提取文章内容?