Closed (fixed)
Project:
CKEditor 4 - WYSIWYG HTML editor
Version:
6.x-1.3
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
5 Apr 2011 at 22:27 UTC
Updated:
31 Jul 2014 at 16:21 UTC
Jump to comment: Most recent
Comments
Comment #1
quicksketchThis question is out of scope for the Webform queue. Moving over to CKeditor if they would like to answer it.
Comment #2
dczepierga commentedYou have written this under filed where CKEditor is displayed. After pasting this line to exclude mode, u remove it from there.
If it doesn't help pls reopen this issue.
Greetings
Comment #3
Brian1234 commentedI am having the same problem, identifying the correct exclusion string to use. I can't use the textarea's field id (edit-submitted-message) because that's not narrow enough (it will affect other webforms, right? I use the same webform as a contact page and as a contact block.) I've tried using the block id (block-webform-client-block-12) without success. The suggested exclusion string can't be used because it's different on every page.
The relevant HTML in case it helps:
http://pastebin.com/Mngreex1
Comment #4
dczepierga commentedPls use this regex in exclude mode to disable CKEditor on Webform fields:
webform@*.*I check that and everything seems to work good.
If it doesn't help pls reopen it.
Greetings
Comment #5
Brian1234 commentedThat didn't do it but this works: *.edit-submitted-message
I don't know why I was thinking I wanted to narrow in on the one form block, on this site I don't want CKEditor on any of the webforms.
Thanks!
Comment #6
jtalboy commentedI have tried using *.edit-submitted-message in the FCKeditor exclude field for both the Administrator and the Authenticated User options with no luck. Any suggestions?
Comment #7
dczepierga commented@jtalboy, pls open new issue with your problem and not open over 1 year old thread...
The second thing is that u re using FCKEditor or CKEditor? First is really old and not supported from a really long time - we only release security updates to it...
Now u're writing in CKEditor module bugtracker - not FCKEditor module...
Greetings
Comment #8
i.bajrai commentedFor anyone else that comes across this issue I have found *.edit-submitted* to removed the editor.
Comment #9
therealjimryan commentedAwesome i.bajrai,
to expand on that. The URL portion of the in/exclusion, is Case Sensitive.
I had:
this-is-an-example*.edit-submitted*
But the URL was /This-Is-An-Example and it wasn't working.
I added both possibilities to the CKE Exclusion field and not it's working.