Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Stuart Batty 14 posts 35 karma points
    Apr 27, 2017 @ 13:09
    Stuart Batty
    0

    Fullscreen plugin in TinyMCE editor - Umbraco 7.5.9

    Has anyone had any success with enabling the fullscreen plugin for TinyMCE in Umbraco7?

    I'm trying to get fullscreen plugin working in Umbraco 7.5.9 with no success. I've configured is as described in other posts but no joy.

    I get the option in the property editor to enable fullscreen but when checked it does nothing. The editor does not have the fullscreen button. I can't figure out how to get this working. Any help would be appreciated.

    Thanks

  • Bhawna Jain 16 posts 96 karma points
    Apr 28, 2017 @ 11:54
    Bhawna Jain
    0

    found something related to this online have you tried this?

    tinymce.init({
      selector: "textarea",  // change this value according to your HTML
      plugins: "fullscreen",
      menubar: "view",
      toolbar: "fullscreen"
    });
    
Please Sign in or register to post replies

Write your reply to:

Draft