Closed (duplicate)
Project:
TinyMCE
Version:
master
Component:
Code
Priority:
Critical
Category:
Feature request
Assigned:
Reporter:
Created:
19 Oct 2006 at 08:32 UTC
Updated:
5 Apr 2007 at 23:43 UTC
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
Comment #1
mguillermin commented+1
I have content where some fields require a WYSIWYG editor and some don't.
This feature would be very interesting for me.
Comment #2
kreynen commentedComment #3
kreynen commentedhttp://drupal.org/node/130309
Comment #4
two2the8 commentedFYI, 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.