var oEditor = FCKeditorAPI.GetInstance('content');//content是fck实例的名称,也是表单文本框的名称
oEditor.UpdateLinkedField();//获得内容更新,不做这步操作的话,可能要点第二次才能得到内容结果
oEditor.GetXHTML(true)//即为输出结果
注:在JavaScript中获得
oEditor.UpdateLinkedField();//获得内容更新,不做这步操作的话,可能要点第二次才能得到内容结果
oEditor.GetXHTML(true)//即为输出结果
注:在JavaScript中获得