I am using cck and have a node type with 5 text fields, whereof 1 text field has 20 rows and contains a description and the other 4 text fields are single rows to hold a few words. Now TinyMCE is loaded 5 times, which uses performance and is also confusing for the user.
It would be nice, if we can define for each text field whether TinyMCE is
a) not available
or
b) available among other input formats, but not default
or
c) available and default

Comments

mguillermin’s picture

+1
I have content where some fields require a WYSIWYG editor and some don't.

This feature would be very interesting for me.

kreynen’s picture

Assigned: Unassigned » kreynen
Priority: Normal » Critical
kreynen’s picture

Status: Active » Closed (duplicate)
two2the8’s picture

FYI, there *is* a way to tell certain fields not to load tinymce. Check out the theme_tinymce_theme function in the README.txt file included with TinyMCE. See http://drupal.org/node/72940 for more info.