请问如何设置FCKeditor默认初始化不显示工具栏

日期:2021-10-25 15:47:48 人气:1

请问如何设置FCKeditor默认初始化不显示工具栏

加载后自动隐藏工具条
FCKeditor_OnComplete是在FCKeditor加载完成后自动执行的函数,函数名必须要以FCKeditor_OnComplete命名。可以在该函数中执行一些初始化工作。
function FCKeditor_OnComplete(editorInstance)
{
editorInstance.Commands.GetCommand('Source').Execute(); //执行“源
    A+
热门评论