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?
|
|
|||
|
|
|
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 |
||
|
|
|
|
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. |
||
|
|
|
|
Anyone know how to do this on custom node types in a custom module, which wasn't created using CCK? |
||
|
|
|
|
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? |
||
|
|
