Opened 10 years ago

Closed 10 years ago

#13310 closed Bug (invalid)

full package not displaying all plugins in toolbar

Reported by: C Dog Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: Cc:

Description

Hi,

I have been working with this issue for a while and i have downloaded the full package from CKEDITOR and I have been doing everything to at least display the Font and Size drop downlist to appears. I first download the standard version and placing the font folder in the ckeditor/plugins folder and then in ckeditor/config.js adding config.extraPlugins = 'font';

This did not work, so i downloaded the fullpackage with all the plugins and still the toolbar shows as i have the standard version.

This is my config.js

/

  • @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
  • For licensing, see LICENSE.md or http://ckeditor.com/license */

CKEDITOR.editorConfig = function( config ) {

%REMOVE_START% The configuration options below are needed when running CKEditor from source files. config.plugins = 'dialogui,dialog,about,a11yhelp,dialogadvtab,basicstyles,bidi,blockquote,clipboard,button,panelbutton,panel,floatpanel,colorbutton,colordialog,templates,menu,contextmenu,div,resize,toolbar,elementspath,enterkey,entities,popup,filebrowser,find,fakeobjects,flash,floatingspace,listblock,richcombo,font,forms,format,horizontalrule,htmlwriter,iframe,wysiwygarea,image,indent,indentblock,indentlist,smiley,justify,menubutton,language,link,list,liststyle,magicline,maximize,newpage,pagebreak,pastetext,pastefromword,preview,print,removeformat,save,selectall,showblocks,showborders,sourcearea,specialchar,scayt,stylescombo,tab,table,tabletools,undo,wsc'; config.skin = 'moono'; %REMOVE_END%

Define changes to default configuration here. For example: config.language = 'fr';

config.uiColor = '#AADC6E';

config.extraPlugins = 'font'; config.autoParagraph = false; config.ignoreEmptyParagraph = false; config.pasteFromWordPromptCleanup = true; config.forcePasteAsPlainText = false; config.pasteFromWordRemoveFontStyles = false; config.pasteFromWordRemoveStyles = true; config.enterMode = CKEDITOR.ENTER_BR; config.scayt_autoStartup = true;

};

What can i do to at least either have the Font and Size dropdownlists or have the toolbar contain all features.

Thank you, Cory

Attachments (1)

ckeditor.png (28.0 KB) - added by C Dog 10 years ago.
Attached are the two dropdownlists i am speaking of

Download all attachments as: .zip

Change History (4)

Changed 10 years ago by C Dog

Attachment: ckeditor.png added

Attached are the two dropdownlists i am speaking of

comment:1 Changed 10 years ago by Jakub Ś

Status: newpending

I have checked full package as well as your settings but font dropdowns are perfectly visible. I can't see any problem here.

Please try downloading CKEditor from our website once more but this time please use different browser or clear cache in current one (this is not Ctrl+F5) to exclude any cache issues.
Please also try running CKEditor standalone application to exclude possibility that you have some extra configuration in your application which disables dropdowns.

Could you let me know after you try it?

comment:2 Changed 10 years ago by C Dog

I cleared the cache several times yesterday. today i restarted my browser and machine. Deleted ckeditor and downloaded it again then added this to the master page i was calling <script src="cdn.ckeditor.com/4.4.7/standard/ckeditor.js"></script> not sure what it was that fixed it but now it seems to work fine. Thanks for the help.

Cory

comment:3 Changed 10 years ago by Jakub Ś

Resolution: invalid
Status: pendingclosed

Since you have downloaded the package, you should rather be calling ckeditor.js from your local CKEditor folder and not from CDN.

If you need CDN (but why downloading CKEditor package locally then? As backup when CDN fails?) then please use full package and not the standard one.

<script src="//cdn.ckeditor.com/4.4.7/full/ckeditor.js"></script>
Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy