I know this module supports WYSIWYG API, but it would be great if it would support the standalone CKEditor module as it is very popular.

It worked great in D6, however in D7 CKEditor is not available while editing views fields.

Comments

Poieo’s picture

Category: feature » bug

I take that back, there doesn't seem to be any support for WYSIWYG in D7 either. Works great on node bodies, but not in views headers/footers.

I do have the input formats configured correctly so that CKEditor via WYSIWYG API is set to display on Full HTML and my views fields are set to Full HTML, as are node bodies. Works on node bodies, not on views.

Jonah Ellison’s picture

Status: Active » Closed (fixed)

Fixed in 7.x-1.1 (for both CKEditor and WYSIWYG modules). Thanks!

Anonymous’s picture

I'm not so sure this is fixed anymore. I'm using CKEditor within WYSIWYG (7.x-2.2), and Views UI: Edit Basic Settings (7.x-1.1), however, when visiting the edit page for the views header, the editor does not load. Same issue as comment #1, works fine throughout the site (like nodes and blocks), however the views edit page doesn't work.

Any ideas?

Anonymous’s picture

So I found the following comment helpful: http://drupal.org/node/552392#comment-2659968

HOWEVER, all that was needed was to be sure that the Admin Theme was loaded for the path "*/views_ui_edit", and voila! Set the path to be included under example.com/admin/appearance under the Administration theme fieldset at the bottom.