It seems the bodyid and bodyclass configuration options are not available in CKEditor3...?
I need a way to specifically target elements within the editor body in CKEditor3. I've configured the contentsCss but I need to be specific with my styles for certain editors. Here is an example of the contentsCSS:
I've tried a few tests trying to target the <textarea>'s id and class but have failed. Is there a new method or technique to do this in CKEditor3?
Thanks in advance.
I need a way to specifically target elements within the editor body in CKEditor3. I've configured the contentsCss but I need to be specific with my styles for certain editors. Here is an example of the contentsCSS:
#editor1 h2 {
color:red;
}
#editor2 h2 {
color:black;
}
I've tried a few tests trying to target the <textarea>'s id and class but have failed. Is there a new method or technique to do this in CKEditor3?
Thanks in advance.

Re: bodyid & bodyclass?
Re: bodyid & bodyclass?
I did a general search in the CKeditor forum and did not find this thread.