FCKConfig.ToolbarSets["Manwe"] = [ ['Source'], ['Cut','Copy','Paste','PasteText','PasteWord','-','Print','SpellCheck'], ['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'], ['Form','Checkbox','Radio','TextField','Textarea','Select','Button','ImageButton','HiddenField'], '/', ['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript'], ['OrderedList','UnorderedList','-','Outdent','Indent','Blockquote','CreateDiv'], ['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'], ['Link','Unlink','Anchor'], ['Image','Flash','Table','Rule','Smiley','SpecialChar','PageBreak'], '/', ['Style','FontFormat','FontName','FontSize'], ['TextColor','BGColor'], ['FitWindow','ShowBlocks','-','About'] // No comma for the last row. ] ;
zaraz po tym defaultowym. Po dodaniu potem:
var oFCKeditor = new FCKeditor('FCKeditor1'); oFCKeditor.BasePath = "fckeditor/"; oFCKeditor.Value = "Od autora"; oFCKeditor.Width="250"; oFCKeditor.ToolbarSet="Manwe"; oFCKeditor.Create();
wyrzuca mi ze podany toolbar nie został znaleziony. Co śmieśniejsze usunałem cała sekcje z Default, usunalem toolbarset i śmiga na defaultowym :/ Wyłaczyłem i właczyłem serwa, wyczyściłem całe cache na serwerze i komputerze i dalej to samo. Czy ktoś może wie dla czego?