CKEDITOR Full set – Buttons for color not appearing

QuestionsCKEDITOR Full set – Buttons for color not appearing
Denis Fontaine asked 2 years ago

Hello,

I followed your instructions to add this element to TEXTAREA and it partially works. Indeed, the buttons for changing the colors of the words or the background do not appear on the toolbar of the editor (see screenshot). However, I see that the parameters are there.

Can you help me get these buttons to appear?

Thank you,

View post on imgur.com

2 Answers
Abu Ghufran Staff answered 2 years ago

To use this feature, you need to enable color plugin by adding:

extraPlugins: ‘colorbutton,colordialog’,

You can set:

var editor = CKEDITOR.replace( el, {
extraPlugins: 'colorbutton,colordialog',
on: {
	change: function(){ jQuery(el).val(editor.getData()); }
}
});

View post on imgur.com

_________________________
Abu Ghufran - Dev Team
Grid 4 PHP Framework
 
Denis Fontaine answered 2 years ago

Hello Abu,

It works perfectly
Thank you very much !

Your Answer

8 + 6 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 5 / 5. Vote count: 1

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?