Call Us:

  • +1 212 386 5676
  • +44 (0)1273 666 355
  • +61 (0)3 9682 2441
  • +7 383 332 40 55
Intranet & Extranet Manager: An integrated platform that will grow with your business
Translations of this page:

FCK Editor Configuration

If you need to customise FCK Editor for publish

/intranet/publish/fckconfig_publish.js

You can grab default value from fckconfig_publish.js and create

/intranet/publish/fckconfig_publish_custom.js

Example good fckconfig_publish_custom.js configuration can be found below:

// Stop using default value while using FCK Editor
window.parent.document.getElementById("use_default").checked = false;
FCKConfig.Plugins.Add( 'imgmap', 'en') ;
 
 
FCKConfig.ToolbarSets["Default"] = [
	['Source','-','Templates'],
	['Cut','Copy','Paste','PasteText','PasteWord','SpellCheck','-'],
	['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'],
	['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript'],
	['OrderedList','UnorderedList','-','Outdent','Indent'],
	['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],
	['Link','Unlink','Anchor'],
	['FontFormat','Image','imgmapPopup','Flash','Table','Rule','Smiley','SpecialChar'],
	['About']
] ;
 
FCKConfig.SkinPath = FCKConfig.BasePath + 'skins/office2003/' ;
FCKConfig.ForcePasteAsPlainText	= false ;
FCKConfig.FontFormats	= 'h2;h3;h4;h5;h6' ;
 
FCKConfig.FlashBrowser = true ;

Never customise fckconfig_publish.js or main fckconfig.js , In most cases it will be replaced during upgrade

 
customisation/publish/fckeditor.txt · Last modified: 11/12/2009 03:59 by admin
 
Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki