by (240 points)
Hey All,

I would like to open tinyMCE in fullscreen-mode.
I try the follow code in tinymceInit.js after line 52.

<code>
ed.on('init', function(e) {
    console.log('initdsd event', e);                                                                                                                                                                                             
    ed.execCommand('mceFullScreen');                                                                                                                                                                                                                                                                                                                                                                                                            
});
</code>
 But it does not work.

Rdg

1 Answer

by (2.6k points)
Hello ThomasR,

Actually, you can use the built-in functionality for this purposes.
You need to open the container editor http://joxi.ru/KAgYvZRugXJYXm and then click on the "full screen" http://joxi.ru/J2b4M6dT4Gylvr

Best regards,
Eugenie
...