CKEditor 4: outdent icon is disabled when none-text
Asked Answered
A

1

6

In ckeditor, when textarea has notext, outdent icon is being disabled. I researched but can't find any solution (I Know that I couldn't look at right where :) ).

How can I do available this icon?

enter image description here

At ckeditor's web-site this icon is available. (http://ckeditor.com/addon/tweetabletext at the bottom of page-comment area)

Thanks..

Azote answered 2/2, 2015 at 8:15 Comment(2)
I assume that it work only for heading and subheading.Balkhash
At ckeditor's web-site this icon is available. (link at the bottom of page-comment area)Azote
H
4

As written on the Indent plugin page, the indenting functionality is split into two parts: indenting lists and indenting blocks, both handled by separate plugins.

The CKEditor package that you use apparently contains only the Indent and Indent List plugins, but does not contain the Indent Block plugin, so the buttons are disabled for text blocks. See the installation packages comparison here. Download another preset (Full) or use CKBuilder to add the missing plugin to your package and create a custom build.

Horan answered 2/2, 2015 at 8:32 Comment(1)
As an addendum to your answer for anyone else dealing with this issue, I had the same symptoms but it was related to using the AutomaticMode of the contentfilter. We had classes like ind1, ind2, etc. When the filter was turned on this broke everything. This was true if we had classes ind10, ind11 etc. Switching these to indA, indB, etc. fixed this issue for us.Engdahl

© 2022 - 2025 — McMap. All rights reserved.