vote up 1 vote down star

I added couple of Text fields on a content type in Drupal - however, only the in-built "body" fields is WYSIWYG editor enabled. I am using FCKEditor as the WYSIWYG editor (installed under the "wysiwyg" add-on. How can I get WYSIWYG editor enabled on custom added field?

flag

60% accept rate
check how is the WYSIWYG attached to the body field and copy it for other fields as well. it should be just one or two lines in javascript. – dusoft Feb 28 at 19:45

4 Answers

vote up 3 vote down check

If you are not wanting to make every single textarea an editor, FCKeditor under Drupal lets you choose exactly which fields will be WYSIWYG editors .. you need to configure (.../admin/settings/fckeditor/default) for "include" mode and list the node-type field IDs. You can even specify a simple vs normal toolbar. Quite flexible

link|flag
vote up 0 vote down

OK. I figured it out. I went back and edited the field definition: Changed the "Text Processing" value to "Filtered Text" from "Plain Text" so that the user can select input type.

link|flag
vote up 0 vote down

Anyone know how to do this on custom node types in a custom module, which wasn't created using CCK?

link|flag
vote up 0 vote down

I cant this to work. I've tried all the above. In the fckeditor admin section in drupal, under 'visibility section', set to 'include', added the html id of the textarea of the cck field that i created into all the roles (default and advanced and my own user role 'editor'). FCKEDITOR shows in core text fields such as body of 'pages'. Is something overriding this setting?

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.