CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM (Moderator: Dave Greenberg) »
  • CKEditor customisation not working correctly
Pages: [1]

Author Topic: CKEditor customisation not working correctly  (Read 639 times)

mcarson

  • I post occasionally
  • **
  • Posts: 110
  • Karma: 5
  • CiviCRM version: 4.4.4
  • CMS version: Drupal 7.x
  • MySQL version: 5.5
  • PHP version: 5.4.22
CKEditor customisation not working correctly
May 03, 2012, 12:22:38 am
I wonder if anyone can help? I have modified the ckeditor config.js file to the following:
Code: [Select]
    config.toolbar_Full =
    [
        ['Bold','Italic','Underline'],
        ['Font','FontSize'],
        ['TextColor','BGColor'],   
        ['Link','Unlink'],
        ['Image','HorizontalRule','Smiley'],
        ['NumberedList','BulletedList','Outdent','Indent','Blockquote'],
['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'],
        ['PasteText','PasteFromWord','SpellChecker'],
        ['RemoveFormat'],
        ['Maximize','-','Source','-','Preview','-','About'],
    ];
I just added the Justify and the Maximize buttons.

Now, when I am within a textarea with the CKEditor the maximise button works, however the toolbar is 'hidden' behind the CiviCRM menu. This occurs when using Firefox. Google Chrome and IE9 display correctly.

Is there any browser specific workarounds in CiviCRM, or will I need to raise a request on the CKEditor forums?

Thanks in advance




“Anyone who has never made a mistake has never tried anything new.” - Albert Einstein
"If you are travelling at the speed of light and you turn on your headlights, would they work?" - Unknown

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM (Moderator: Dave Greenberg) »
  • CKEditor customisation not working correctly

This forum was archived on 2017-11-26.