Hi, I'd like to start using TinyMCE on my site, but I don't want it to appear on all content type and especially on all fields. I have a summary field which I want to be plain text. Is there a way to set this up with the existing module?
Hi, I'd like to start using TinyMCE on my site, but I don't want it to appear on all content type and especially on all fields. I have a summary field which I want to be plain text. Is there a way to set this up with the existing module?
Comments
Comment #1
boobaaTo restrict TinyMCE only to eg. book pages, use this code in the Visibility area for your tinymce profile:
Comment #2
osminogin commentedHow to attaching TinyMCE to same fields (#edit-body only for example)?
This is big trouble to me too, becose I don't want it to appear on all fields (content types with many text fields looks ugly).
I am a bit surprised because older versions of the tinymce module had that feature.
CHANGELOG.TXT
Comment #3
osminogin commentedhttp://drupal.org/node/179462
Comment #4
thomasmurphy commentedsubscribing
Comment #5
maulwuff commented#1 is great for nodes.
Is there a chance to handle comments the same way?
It seems as if the node (and as result its type) can only be decided, by loading the comment to get the nid. then load the node and get its type. Looks like lots of workload for a small decision.
Comment #6
mupsi