Copied to clipboard

Flag this post as spam?

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


  • Marek 3 posts 23 karma points
    Sep 18, 2011 @ 17:36
    Marek
    0

    Sub and sup buttons on RTE (TinyMCE)

    Hi,

    our Umbraco version is 4.7 and we would like to enable sup (superscript) and sub (subscript) buttons on Rich Text Editor for our users.

    I found the tinyMceConfig.config and found there subscript and superscript command, unfortunaltely I can't see them on the editor...:(

    Please let me know how to enable them.

    Thanks,
    Marek

  • Jigs 40 posts 63 karma points
    Sep 19, 2011 @ 02:27
    Jigs
    0

    Hi Marek,

    I found the same problem and find the solution in this link of umbraco forum :

    http://our.umbraco.org/forum/using/ui-questions/14174-Rich-text-editor-how-do-I-add-tinyMCE-buttons

    also for your help i am posting the reply of Jon Behrens post;

    1. Add a command block to the tinyMceConfig.config.
    2. The part that chooses what button to display is the tinyMceCommand element. You can get a list of possible commands from the TinyMce web site.
    3. Touch the web.config file and save both files.
    4. Go to developer screen -> Data Types -> Rich Text Editor. There you will now find a checkbox corresponding to the command you've just added.
    5. Check the box
    6. Go to any content page that has a Rich Text Editor and you will now see a button for the new command

    Cheers,

    Jigs

  • Marek 3 posts 23 karma points
    Sep 19, 2011 @ 09:40
    Marek
    0

    Hi Jigs,

    thanks for quick reply and solution!

    Thanks,
    Marek

Please Sign in or register to post replies

Write your reply to:

Draft