Tentei alterar o arquivo fckconfig.js alterando a barra Basic
Código: Selecionar todos
FCKConfig.ToolbarSets["Basic"] = [
//['Bold','Italic','-','OrderedList','UnorderedList','-','Link','Unlink','-','About']
] ;
Código: Selecionar todos
FCKConfig.ToolbarSets["Basic"] = [
['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript'],
['OrderedList','UnorderedList','-','Outdent','Indent'],
['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],
['Link','Unlink','Anchor'],
['Image','Table','Rule','Smiley','SpecialChar','PageBreak','UniversalKey'],
'/',
['Style','FontFormat','FontName','FontSize'],
['TextColor','BGColor'],
['FitWindow','-','About']
] ;
Código: Selecionar todos
$editor = new FCKeditor("resumo");
$editor->BasePath = "/educ_questoes/FCKeditor/";
$editor->Value = $ar_result['conteudo'];
$editor->Width = "400";
$editor->height = "800";
$editor->ToolbarSet = 'Basic';
Já procurei um monte e não achei outra forma de fazer...
Acontece que só mudando este arquivo Fckconfig.js não está funcionando...
::) preciso de Ajuda !!!!!!!!!
Obrigada!