Project / Support Center
Welcome, Guest. Please login or register. October 03, 2023, 05:10: AM
Home Help Search Login Register
D-Web Web Site Creator D - Web Web Site Creator On-line HTML Editor No Programming knowledge required. Web Global Net PayPal-Cart Shopping Cart System PayPal - Kart Shopping Cart System for E-Commerce over the internet, that's easy to use. Web Global Net Newsletter Manager Newsletter Manager On-line Newsletter Creator with Email Subscriber Management.
Ring Central Discount
Web Global Net Web Application & Web Development Project Center  |  Technical Issues  |  FCK/CKEditor  |  Topic: Custom Tools will not load into editor - default tools keep loading instead 0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] Go Down Send this topic Print
Author Topic: Custom Tools will not load into editor - default tools keep loading instead  (Read 7941 times)
admin
Guest
« on: August 18, 2010, 10:28: PM »

The issue turned out to be quite simple to resolve when I used the config.js for the first time and add the tools I neglected to remove the } here


CKEDITOR.editorConfig = function( config )
{
// Define changes to default configuration here. For example:
// config.language = 'us';
// config.uiColor = '#AADC6E';

}


this } caused the tools not to load that had been placed below it and the default one to load instead once I removed it and placed it at the end of the file } everything worked fine   

config.toolbar_Full =
[
['Source','Save','NewPage','Preview'],
['Cut','Copy','Paste','PasteText','PasteFromWord','-','Print', 'SpellChecker', 'Scayt'],
'/',
['Image','Link','Unlink','Anchor','-','Table','HorizontalRule','Smiley','SpecialChar','PageBreak','SelectAll','RemoveFormat','Undo','Redo','-','Find','Replace'],

['Bold','Italic','Underline','Strike','-','Subscript','Superscript','NumberedList','BulletedList','-','Outdent','Indent','Blockquote','CreateDiv'],
['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'],
'/',
['Styles','Format','Font','FontSize'],
['TextColor','BGColor'],
['ShowBlocks']
];
};
Report to moderator   Logged
Pages: [1] Go Up Send this topic Print 
Web Global Net Web Application & Web Development Project Center  |  Technical Issues  |  FCK/CKEditor  |  Topic: Custom Tools will not load into editor - default tools keep loading instead « previous next »
Jump to:  


Login with username, password and session length
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!