tinymce visibility options??
emilyf - November 21, 2008 - 23:20
| Project: | Wysiwyg |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
i must be missing something here. where can i set which pages i don't want the wysiwyg editor to appear on (in my case, tinymce)...you know the 'visibility options' that you usually have. i don't see this when i edit my profile. i just have the options in the attached screenshot.
| Attachment | Size |
|---|---|
| Picture 38.png | 19.11 KB |

#1
Visibility settings are not required in Wysiwyg API. Editors may only appear on form fields that are input format enabled. All other fields and textareas do not support HTML markup.
#2
Automatically closed -- issue fixed for two weeks with no activity.
#3
But Sun, that's a bit of a less than open minded approach. Because there are in fact many fields that support markup such as the Contact form "more info" field. /admin/build/contact/settings Here you can add more instructions to support the form and having the Wysiwyg editor available allows a novice user to spice up that page.
I wouldn't limit where the editor can show up. You never know how creative user can get.
My 2 cents.
Cozmo
#4
See #366015: Add module to fix missing input formats in Drupal core
Reverting status.
#5
i agree, I also don't want it to load on the edit page of a webform when i'm using message:my message and it wraps it in a p tag and breaks it.
#6
I had the same question and the responses to this issue were a little confusing for me as well.
The original question as I understand it is how to manage WYSIWYG editor visibility on fields which do already allow it. My solution was to create a new input format (in my case "Plain Text") and not associate any WYSIWYG editor with it.
In my case, I didn't associate any filters either as it is meant for plain text only, not HTML. This input format can then be set for content types and individual fields, I think...
Make sure you set appropriate permissions for the new input format.