Hello,

I'm looking for the exact line of code to put in the CKEditor exclude to remove CKEditor from textarea field on a Webform.

I created a form with a text area but don't want visitors to the site seeing the CKEditor menu. I know where to make the change, just not the exact line of code to insert. tried different lines and nothing worked.

Any help would be greatly appreciated.

I've attached my current settings.

Thx,

John
jebernier@gmail.com

CommentFileSizeAuthor
untitled.txt706 bytesjebernier

Comments

quicksketch’s picture

Project: Webform » CKEditor 4 - WYSIWYG HTML editor
Version: 6.x-3.9 » 6.x-1.3

This question is out of scope for the Webform queue. Moving over to CKeditor if they would like to answer it.

dczepierga’s picture

Status: Active » Closed (works as designed)

You 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

Brian1234’s picture

Status: Closed (works as designed) » Active

I 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

dczepierga’s picture

Status: Active » Closed (fixed)

Pls 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

Brian1234’s picture

That 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!

jtalboy’s picture

Priority: Normal » Major
Status: Closed (fixed) » Needs work

I 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?

dczepierga’s picture

Priority: Major » Normal
Status: Needs work » Closed (fixed)

@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

i.bajrai’s picture

For anyone else that comes across this issue I have found *.edit-submitted* to removed the editor.

therealjimryan’s picture

Issue summary: View changes

Awesome 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.