ayhan_sr
=> FCK Editör Kullanımı
(14.2.2012 21:34:48)
AMA BİR SIKINTI İLE KARŞILAŞTIM.
Chrome ve explorer'da sorunsuz çalışıyor ama mozillada "custom" araç çubuğu öğesi mevcut değil mesajı veriyor.
MEVCUT KODLAR
----------------------------------
FCKConfig.ToolbarSets["Default"] = [
['Source','DocProps','-','Save','NewPage','Preview','-','Templates'],
['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.
] ;
FCKConfig.ToolbarSets["Basic"] = [
['Bold','Italic','Underline','-','OrderedList','UnorderedList','-','Link','Unlink','-','About']
];
BENİM EKLEDİĞİM
------------------------------------------------------
FCKConfig.ToolbarSets["Custom"] = [
['Bold', 'Italic', 'Underline', '-', 'OrderedList', 'UnorderedList', '-', 'Link', 'Unlink','-', 'Cut', 'Copy', 'Paste', 'PasteText'],
['Style', 'FontFormat', 'FontName', 'FontSize','TextColor', 'BGColor']
];