Sha256: 2f573ba62ddeeb9a3f192575e37d572aeb83c2a1be898486a90491c022910f9b
Contents?: true
Size: 1.3 KB
Versions: 6
Compression:
Stored size: 1.3 KB
Contents
// CHANGE FOR APPS HOSTED IN SUBDIRECTORY FCKRelativePath = ''; // DON'T CHANGE THESE FCKConfig.LinkBrowserURL = FCKConfig.BasePath + 'filemanager/browser/default/browser.html?Connector='+FCKRelativePath+'/fckeditor/command'; FCKConfig.ImageBrowserURL = FCKConfig.BasePath + 'filemanager/browser/default/browser.html?Type=Image&Connector='+FCKRelativePath+'/fckeditor/command'; FCKConfig.FlashBrowserURL = FCKConfig.BasePath + 'filemanager/browser/default/browser.html?Type=Flash&Connector='+FCKRelativePath+'/fckeditor/command'; FCKConfig.LinkUploadURL = FCKRelativePath+'/fckeditor/upload'; FCKConfig.ImageUploadURL = FCKRelativePath+'/fckeditor/upload?Type=Image'; FCKConfig.FlashUploadURL = FCKRelativePath+'/fckeditor/upload?Type=Flash'; FCKConfig.SpellerPagesServerScript = FCKRelativePath+'/fckeditor/check_spelling'; FCKConfig.AllowQueryStringDebug = false; FCKConfig.SpellChecker = 'SpellerPages'; // ONLY CHANGE BELOW HERE FCKConfig.SkinPath = FCKConfig.BasePath + 'skins/silver/'; FCKConfig.ToolbarSets["Default"] = [ ['FontFormat','Bold', 'Italic', 'StrikeThrough'], ['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'], ['OrderedList','UnorderedList','-','Outdent','Indent','Blockquote'], ['Source', 'RemoveFormat'], ['Link','Unlink'], ['Image','Flash', 'Smiley'], ['FitWindow','SpellCheck'] ] ;
Version data entries
6 entries across 6 versions & 1 rubygems