On my site I'd like to use WYMeditor and there the "Image Uploading" item does not appear in the "Buttons and plugins" list.

Using CKEditor, it does show up and it's working perfectly.

Is this related to this module, WYSIWYG or the editor I'm using?

thanks.

Comments

eugenmayer’s picture

Status: Active » Closed (works as designed)

That issue is an WYSIWYG APi issue. Please read the docs or the issues, its explained pretty a lot of times.

WUI can only work in Editors, which wysiwyg (the module) extracts its API too. So getting your editor working means you need to implement the abstraction layer.

rv0’s picture

sorry, I created this because I read on the module page:

Supports a lot of editors: CKeditor, TinyMCE, FCKeditor.. (Every editor supported by the WYSIWYG Module)

eugenmayer’s picture

exactly: (Every editor supported by the WYSIWYG Module)

rv0’s picture

... WYMeditor is supported by WYSIWYG module ...


Supported editors/plugins

* Editors: CKEditor, FCKeditor, jWysiwyg, markItUp, NicEdit, openWYSIWYG, TinyMCE, Whizzywig, WYMeditor, YUI editor.

from http://drupal.org/project/wysiwyg

eugenmayer’s picture

Yes, but only the basic things, not the API.

jonnyp’s picture

Component: Code » Documentation
Status: Closed (works as designed) » Active

So there is no list of which editors actually work? Surely this would help people tearing their hair out wondering why the module doesn't do what the module description says?

eugenmayer’s picture

Category: bug » feature
Status: Active » Closed (works as designed)

Supports a lot of editors: CKeditor, TinyMCE, FCKeditor.. (Every editor supported by the WYSIWYG Module)

Thats on the project page. So there there are no changes needed, the project page is exactly correct