Hi guys!
I am new to configuration to CKE (not a programmer), but have managed to find out how to remove unwanted tabs to simplify my installation:
However, I would still need to remove some elements :
From image:
From link:
And I don't know how could I do that. Any help?
Thanks a lot!
I am new to configuration to CKE (not a programmer), but have managed to find out how to remove unwanted tabs to simplify my installation:
config.removeDialogTabs = 'link:target;link:advanced;image:Link;image:advanced';
However, I would still need to remove some elements :
From image:
cmbAlign txtVSpace txtHSpace txtBorder
From link:
protocol
And I don't know how could I do that. Any help?
Thanks a lot!
Re: How to remove Element from a particular Tab?
See the HOWTO articles, "Dialog Windows" section: http://docs.cksource.com/CKEditor_3.x/Howto, for some tips.
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!
Re: How to remove Element from a particular Tab?
Thank you,
I did took a look at the documentation before (did my research), but I do not understand it.
I have searched functions repository for something like CKEDITOR.config.removeDialogTabItems
@ http://docs.cksource.com/ckeditor_api/s ... DITOR.html
but there is no such function.
Attached is the screenshot how the interface currently looks.
Attachments:
Re: How to remove Element from a particular Tab?
The first HOWTO article on that list recommends checking the api_dialog.html sample ("Using the JavaScript API to customize dialog windows") that is available in the "_samples" folder of your editor intallation.
If you open the sample, you will find:
4. Removing dialog window fields – "Link Type" and "Browse Server" in the "Link" dialog window.
Just see the source code of this page for a complete code that shows how to remove a dialog window field instead of making up your own functions that do not exist.
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!
Re: How to remove Element from a particular Tab?
Thanks a lot!
I have succeeded using:
Attachments:
Re: How to remove Element from a particular Tab?
I'm glad you got this working as intended and thanks for posting your results -- this might be useful for other users who might stumble across the same issue in the future.
And thanks for the flower, too
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!