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