Hi, I am using Custom Post Types and I want my textarea field to use the TinyMCE editor.
In looking at the source code for the main body field, I realized that if I added "theEditor" class to my textarea, the main TinyMCE editor is also applied to my field.
However, it wraps itself around everything -- so that instead of seeing the gray bar with my metabox label, I see an editor with my metabox label and a textarea INSIDE the TinyMCE editable area. (And there is more HTML in there, too).
What's the best way to make a custom post type field use the TinyMCE editor?