Closed (fixed)
Project:
Custom Tokens
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
1 Jul 2009 at 09:45 UTC
Updated:
15 Jul 2009 at 20:10 UTC
Add field property:
'#wysiwyg' => FALSE,
To not be handled by WYSIWYG editors.
Comments
Comment #1
hanoiiI was gonna add this right away, but after looking at it, I don't remember why this was required. I have done this previously on some other module, but, what module requires it now? It's certainly not drupal core. And I tried it with the latest wysiwyg module, and even without that the editor is not used in the module's text area as they are really attached to input formats.
Comment #2
kenorb commentedIt will disable converting textarea to HTML code by example FCKEditor.
Then when you typing PHP code, it adding HTML tags
and in this case PHP code will be broken.
Comment #3
hanoiiOK, committed