Hide/remove label for RichText CKeditor

253 views
Skip to first unread message

Robert Slotboom

unread,
Aug 20, 2014, 8:18:22 AM8/20/14
to django-...@googlegroups.com
Hi folks,

When using the standard RichTextContent, the item editor is nicly showing the tynymce editor and ‘hiding’ the label in front of it.
When using CKeditor, the item editor doesn’t 'hide' the label.

I’ve searched everywhere but I can’t find the location where the lable is handled.

Does someone now wher to look...

Regards,

Robert


Matthias Kestenholz

unread,
Aug 20, 2014, 8:25:29 AM8/20/14
to FeinCMS
Hi


TinyMCE's default skin sets display:block and no margin on the richtext element.

CKEditor, on the other hand, does not do that, and we add a left margin inside the template:
 

There is no masterplan behind this inconsistency. I'm not sure whether it is preferrable to use the full available width for the rich text element, it seems to be much too wide on todays screens.

Matthias


Robert Slotboom

unread,
Aug 21, 2014, 4:05:40 AM8/21/14
to django-...@googlegroups.com
Hi Matthias,

So the label is not ‘hided’ at all, it is just covered by tiny. I never would have found this...Thank you.

CKEditor, on the other hand, does not do that, and we add a left margin inside the template:

Not in my situation, I am using Django-CKE.


Thanks again,

Robert


Reply all
Reply to author
Forward
0 new messages