Copied to clipboard

Flag this post as spam?

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


  • Jason Alls 3 posts 23 karma points
    Sep 26, 2011 @ 11:22
    Jason Alls
    0

    Configuring the TinyMCE Editor

    I am currently building a CMS for the company I work for, and need the full functionality of TinyMCE when the end user is editing the page.  I know how to turn features on via the editor tab, but this list of features misses the main ones I am interested in.  And I am able to create the relevent styles for the end user.  But it is a requirement that I make available the full features of TinyMCE to my colleagues.  Unfortunately, I am unable to find the answers via the TinyMCE website and on this forum and wiki.

    How do you make the editor the full (advanced) version of TinyMCE? I am not interested in why you would not want to do this, only how to do this.  Also, is there any way to configure the editor menu so that it does not scroll as me and my colleagues find this annoying?

    Any help will be appreciated.  Thanks.

  • skiltz 501 posts 701 karma points
    Sep 26, 2011 @ 11:36
    skiltz
    0

    You'll probably need to edit tinyMceConfig.config in the config folder.  You should be able to search these forums for the answer.

     

  • Jason Alls 3 posts 23 karma points
    Sep 26, 2011 @ 12:00
    Jason Alls
    0

    Thank you.  In the tinyMceConfig.config file I am able to changed the CDATA to allow any content, and add the plugins for TinyMCE like so: <plugin loadOnFrontend="true">table</plugin>. To add the insert row function following command has been added:

        <command>

          <umbracoAlias>mceTableInsertRowAfter</umbracoAlias>

          <icon>images/editor/insrow.gif</icon>

          <tinyMceCommand value="" userInterface="true" frontendCommand="mceTableInsertRowAfter">Insert Row After</tinyMceCommand>

          <priority>76</priority>

        </command>

      However, the command does not show up in the editor.

     

  • Jason Alls 3 posts 23 karma points
    Sep 26, 2011 @ 12:56
    Jason Alls
    0

    Thank you Skiltz.  I have just used the editor to edit a table, and after making the changes to the file you specified, the context menu now displays the table functionality that I require.  So despite the fact that it does not appear on the toolbar and the toolbar is still scrolling, at least this is a step forward for the end users.  I will do some more digging and add further functionality this way.  Thanks again for your help.

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies