FCKeditor如何通过ID控件其为只读

日期:2022-04-02 16:48:09 人气:1

FCKeditor如何通过ID控件其为只读

//设置fckeditor为只读
function FCKeditor_OnComplete(editorInstance)
{
editorInstance.EditorDocument.body.disabled = true;
editorInstance.EditorWindow.parent.document.get
    A+
热门评论