I would like the option to make invisible the "Descr." column of fields. This is because the CKEditor puts under each field in the column the caption such as:
CKEditor: the ID for excluding or including this element is admin/build/menu-customize/secondary-links/poweredit.edit-mlid-44396-description.
Where the number 44396 in the above example is different for each row. This text greatly increases the row height which greatly limits the number of rows that can be on screen. So I need the ability to eliminate this column when I do not need it.

Comments

donquixote’s picture

Hi.
First of all, I think that's an issue with CKEditor. There must be an option to disable this feature for specific textareas - it is just crazy making textareas a non-option just because of one module. Could you investigate?

Secondly, to disable the textarea, this is something to consider, but will only happen in the yet-to-come 4.x branch.
To get forward on this, have a look at multicrud-6.x-2.x. This already includes a preview for the new menu_editor.
Removing a column should be just a very simple form_alter.

spflanze’s picture

The text CKEditor adds can be removed, but only for the entire site.

There are ways to enable and disable CKEditor for specific text areas. The text under the fields is the information that identifies a specific field for doing this. But this whether or not a specific field has CKEditor enabled, that text is always there unless disabled for the entire site.

donquixote’s picture

Yeah I get that. But it is still a problem with the CKEditor.
I suggest you create a new issue over there, "how to disable the CKEditor: the ID for excluding or including this element is message under specific textareas".
If they can tell me a solution (like a CSS class or whatever), I will happily implement it in menu editor.

It is just not ok for a module to assume that every textarea on the planet can be decorated with this beautiful message.

avpaderno’s picture

Version: 6.x-2.2 » 6.x-2.x-dev
Issue summary: View changes
Status: Active » Closed (outdated)

I am closing this feature request, as it's for a not supported project version. If you want to see this feature implemented for a supported project version, please re-open this issue.