Closed (fixed)
Project:
CKEditor 4 - WYSIWYG HTML editor
Version:
6.x-1.1
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
11 Jun 2010 at 10:39 UTC
Updated:
28 Jul 2010 at 20:16 UTC
Comments
Comment #1
mephir commentedIn profile you have got exclude/include settings. Below the editor you have got textarea id which should be copied into that settings.
http://drupal.ckeditor.com/setting-up-profiles?page=0,2
Comment #2
lphm commentedI have already seen this functionality, but I would create programmatically this exclude, without editing directly settings by admin interface.
Comment #3
lphm commentedComment #4
mephir commentedIf writing own module you can add to that textarea
#wysiwygproperty with false(bool) value, after that ckeditor ignore that textarea.Comment #6
lphm commented#wysiwyg works !
Thank you !