我想去掉上面一些没用的功能,比如我不要引用动画,可是不知道在那个文件里删除。还请点条明路我走在哪个文件里删除这个多余的功能

解决方案 »

  1.   

    楼主上网搜搜就知道了,
    文件fckconfig.js里面有
    FCKConfig.ToolbarSets["Default"] 后面就是具体的功能,
    去查找看看详细
      

  2.   

    可以试试CuteEditor这个编辑也还不错
      

  3.   

    修改fckconfig.js就行。
    这时我修改后的样子。
    FCKConfig.ToolbarSets["Default"] = [
    ['Source','DocProps','-','Templates','TextColor','BGColor'],
    ['Cut','Copy','Paste','PasteText','PasteWord','-','Print','SpellCheck'],
    '/',
    ['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript'],
    ['OrderedList','UnorderedList','-','Outdent','Indent'],
    ['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],
    ['Link','Unlink','Anchor'],
    '/',
    ['Style','FontFormat','FontName','FontSize'],
    ['Image','Flash','Table','Rule','Smiley','SpecialChar','PageBreak','UniversalKey','-','Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat','FitWindow','-','About']
    ] ;FCKConfig.ToolbarSets["Basic"] = [
    ['Bold','Italic','-','OrderedList','UnorderedList','-','Link','Unlink','-','About']
    ] ;FCKConfig.ContextMenu = ['Generic','Link','Anchor','Image','Flash','Select','Textarea','Checkbox','Radio','TextField','HiddenField','ImageButton','Button','BulletedList','NumberedList','Table','Form'] ;
      

  4.   

    编辑器大全
    http://www.codeusing.com/Resource/type1/25.aspx
      

  5.   

    fckconfig.js里面可以改...方法就看网上的吧