ShowToolbar of CkEditor

0
0

Hi Wisej,

I set ShowToolbar property of CKEditor=False. It is not done.

How to hide toolbar of CKEditor?

Thank you.

  • You must to post comments
0
0

Hi Huỳnh,

There’s an issue with the clipboard dependency on the toolbar, so it’s causing issues when we remove it (hide the toolbar). I’ll create an issue for it in Wisej too.

https://github.com/ckeditor/ckeditor4/issues/654

It looks like people are using CSS to hide the toolbar in the meantime.

Add the following CSS to hide it:

.cke_top {

display: none;

}

HTH,

Levie

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.