Static Pages plugin TinyMCE does not provide a Fullscreen editing option

Hello all,

The Static Pages plugin TinyMCE does not provide a fullscreen editing button, like the one available in journal management.

This is due to the fact that it loads its own TinyMCE (at least, that’s the way it was).

Is it possible to:

  1. Provide a single TinyMCE library, but multiple configurations?
  2. Create some TinyMCE config form?

Hi @ramon,

Both embeddings of TinyMCE use the same TinyMCE codebase, but are configured separately. You can tweak the TinyMCE configuration for Static Pages in plugins/generic/staticPages/StaticPagesEditForm.inc.php.

We’ve already rewritten this for OJS 3.0, so we’re not likely to make any major changes to the 2.x Static Pages plugin.

Regards,
Alec Smecher
Public Knowledge Project Team

Hi @asmecher,

Yes, I noticed that when I went in and added the fullscreen to the StaticPages Plugin on 2.4.7.1…