Changeset 1091 for trunk/FCKeditor

Show
Ignore:
Timestamp:
09/12/08 07:44:33 (2 months ago)
Author:
auno
Message:

Removed 'Flash' button and added 'Insert File' button for Asset. BugzID:81907

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/FCKeditor/mt-static/plugins/FCKeditor/fckeditor/fckconfig.js

    r1065 r1091  
    4848FCKConfig.PluginsPath = FCKConfig.BasePath + 'plugins/' ; 
    4949 
     50FCKConfig.Plugins.Add( 'mtfunction' ) ; 
    5051// FCKConfig.Plugins.Add( 'autogrow' ) ; 
    5152// FCKConfig.Plugins.Add( 'dragresizetable' ); 
     
    114115FCKConfig.ToolbarSets["MTDefault"] = [ 
    115116    ['Source','-','Undo','Redo','-','SelectAll','RemoveFormat'], 
    116     ['Image','Flash'], 
     117    ['Image','MTInsertFile'], 
    117118    '/', 
    118119    ['Bold','Italic','Underline','StrikeThrough'],