FCKeditor如何通过ID控件其为只读
FCKeditor如何通过ID控件其为只读
日期:2022-04-02 16:48:09 人气:1
//设置fckeditor为只读
function FCKeditor_OnComplete(editorInstance)
{
editorInstance.EditorDocument.body.disabled = true;
editorInstance.EditorWindow.parent.document.get
function FCKeditor_OnComplete(editorInstance)
{
editorInstance.EditorDocument.body.disabled = true;
editorInstance.EditorWindow.parent.document.get