X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   CKEditor Toolbar (https://forum.x-cart.com/showthread.php?t=60143)

nickff 07-12-2011 07:02 AM

CKEditor Toolbar
 
Hi All,

I'm trying to edit the buttons that show in the CKEditor toolbar, with no luck. The file that I'm editing is skin/common_files/modules/HTML_Editor/editors/ckeditor/config.js

Here's the code I've inserted:

Code:

CKEDITOR.editorConfig = function( config ) {
        // This is actually the default value.
        config.toolbar_Full =
        [
                ['Source','-','Save','PasteText','PasteFromWord','-','SpellChecker', 'Scayt'],
                ['Undo','Redo'],['Format','-','Bold','Italic','Underline','-','NumberedList','BulletedList'],['Link','Unlink','Anchor','-','Image']
        ];
};


This actually worked in a previous x-cart install of mine (4.4.1 store), but it's not working in my new 4.4.3 store. It simply keeps showing the entire array of buttons (which is overwhelming and unnecessary).

Any ideas?

chamberinternet 03-23-2012 08:25 AM

Re: CKEditor Toolbar
 
Did you manage to sort this issue?


All times are GMT -8. The time now is 04:10 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.