Trying to unset for tinymce, its name relatedlinks_fieldset[relatedlinks] causes issue
bsuttis - May 31, 2008 - 04:17
| Project: | Related links |
| Version: | 5.x-2.2-beta |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
I've got TinyMCE enabled and for the Related Links textarea on my node form, I want to unset it.
TinyMCE provides a handy theme override that allows this, but using the name of the textarea generated in the Related Links fieldset isn't working. I wonder if it's something to do with the brackets ([ and ]). As a test, I swapped out the case 'relatedlinks_fieldset[relatedlinks]': with case 'body': and my node's body field unset itself.
Anyone have a suggestion on how to unset the Related Links textarea?

#1
I was able to find an answer: http://drupal.org/node/72940#comment-219585
Still not sure why case 'relatedlinks-fieldset-relatedlinks' works, but it does