Hi,
i've updated the CKEDITOR Version from 3.6.5 to 4.4.2 (Optimized) and i dont see the advanced tabs, I dont know where can i setup these.
I've tried some different things.
- Install Different Versions
- Tried editing the config.js; imageShowAdvancedTab = true, ...
- Replace config before init ckeditor instance
- Install plugins manuel (dialog, advanceddialog, link)
Maybe this tabs are hided in the ckeditor.js minified version?
How can i edit this settings?
Missing:
- Link: target tab and advanced tab
- Image: advanced tab, image-info (more infos about width, height and alternative text. Current only showing URL and preview)
Regards,
Christopher
See this article about
See this article about Upgrading from CKEditor 3 to CKEditor 4, it has some information about most important differences between both versions.
Here is the full list of plugins that are included in each distribution version (Basic, Standard and Full).
Adding plugins manually is not the best approach, use CKBuilder to create a custom build instead. All dependencies and basic configuration will be resolved automatically for you. Read more here: http://docs.ckeditor.com/#!/guide/dev_plugins
Most probably you downloaded the Standard preset which does not include the Advanced Tag for Dialogs plugin. Either download the Full preset or create a custom build with CKBuilder as explained above.
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!