I'm trying to set up a colorpicker within CKEditor that allows users to select a block within the editor (including the entire editor) and then determine the background color and color styling for that whole area. I think the colordialog plugin will provide the functionality I need, although I'll presumably need to do some additional customizations after that, but I can't get the colordialog plugin to work.
Does someone have a link to a working example so that I can see whether it does what I need and, if it does, see how to set it up?
Just see the Full demo, the
Just see the Full demo, the color dialog is used in the following places:
If you take a look at the API, there are a few configuration options to customize the colors that are available, See the colorButton_* options.
To make it work locally you can just download the Full installation package and it should work just like the demo.
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!
Body Color not text or text body color
Can anybody help me, how to give backgound body color i.e. background color for whole block using ckeditor. Here, I am not talking about Text color or Text background color. I have tried a lot i.e integrating colorbuttom etc, but coulnot able to do it. Most of the support team missguide us in this regards. Please give useful step by step guidance, so that, we can integrate it.