http://kodetslyst.dk/files/sidebar_config.js
$oFCKeditor = new FCKeditor('FCKeditor1');
$oFCKeditor->Config['CustomConfigurationsPath'] = "files/sidebar_config.js";
$oFCKeditor->BasePath = '/fckeditor/';
$oFCKeditor->Width = '800';
$oFCKeditor->Height = '630';
$oFCKeditor->ToolbarSet="Default";link
$oFCKeditor->Config['EnterMode'] = 'br';
$oFCKeditor->Config['DisableFFTableHandles'] = 'false';
$oFCKeditor->Value = $content1;
$oFCKeditor->Create();
Re: Can't insert custom configuration
Re: Can't insert custom configuration