Closed (works as designed)
Project:
CKEditor 4 - WYSIWYG HTML editor
Version:
7.x-1.0-rc1
Component:
User interface
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
16 Dec 2010 at 16:45 UTC
Updated:
29 Feb 2012 at 09:48 UTC
Comments
Comment #1
dczepierga commentedIt's not needed now, because CKeditor module use input formats. Now u can define your own input format in drupal and enable/disable editor for this type of field in profile.
Comment #2
dczepierga commentedComment #3
chegor commentedbut where can I find ID for excluding or including specific element like it was in D6?
Comment #4
kendouglass commentedThis is not acceptable. We need the ability to exclude ckeditor on some fields. How can I do this? Your suggestion of using input formats will not accomplish this.
Comment #5
mkesicki commentedFor now you can turn off ckeditor by using text/input formats.
You can also set
#wysiwygattribute for field toFALSEthan CKEditor will not show on this field.