function SetContents()
{
// Get the editor instance that we want to interact with.
var oEditor = FCKeditorAPI.GetInstance('FCKeditor1') ;
// Set the editor contents (replace the actual one).
oEditor.SetHTML('') ;
}
利用按钮清空在FCK编辑器中输入的内容
最新推荐文章于 2009-09-22 23:59:00 发布