Anyway to tell editors to not attach themselves to a textarea?
mikeytown2 - July 1, 2009 - 09:01
| Project: | FCKeditor - WYSIWYG HTML editor |
| Version: | 6.x-2.x-dev |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
Is there a way to tell WYSIWYG Editors to not attach it's self to a textarea?
#506970: WYSIWYG Editors messing up text area for .htaccess rules
What if I make the textarea read only?

#1
It depends on which WYSIWYG editor you're talking about. FCKeditor, I think, the user has to specify the textareas to exclude. WYSIWYG API may be different.
#2
Wysiwyg module only attaches editors to input format-enabled textareas. Most probably, your textarea for .htaccess has no input format. ;)
That means, the users who are reporting this issue still use one of the old editor integration modules (and not Wysiwyg module).
#3
Moving this issue to FCKeditor issue queue to check there....
#4
Are you a module programmer or a website user? If you're a programmer, you can set the #wysiwyg variable of the textarea element to false to prevent fckeditor from loading (only for 6.x-2.x and up). If you're a user you can exclude the textarea in your FCKeditor profile. Please reopen if this didn't help.