Copied to clipboard

Flag this post as spam?

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


  • Carlos Gómez 25 posts 55 karma points
    Feb 21, 2015 @ 08:14
    Carlos Gómez
    0

    TinyMCE - Enabling full justify tool bar button

    Hello...

    I have been looking everywhere how to enable the "full justify" button in the toolbar, since it only appears "left", "center" and "right", but my customer wants to have a "full justify" button. 

    I checked out the tinymceConfig.config and there appears the button that I need to enable:

            <command>

                <umbracoAlias>JustifyFull</umbracoAlias>

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

                <tinyMceCommand value="" userInterface="false" frontendCommand="alignjustify">alignjustify</tinyMceCommand>

                <priority>34</priority>

            </command>

    but i can't find where to set it visible.

    Any hint?

    thanks.

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Feb 21, 2015 @ 08:27
    Jan Skovgaard
    100

    Hi Carlos

    First of all you should make sure to recycle the app pool. Whenever changes are made to a file located in the /config/ folder this is necessary in order for the changes to take effect.

    Then, if everything is setup correctly in your tinymceeditor.config file you should be able to go to "Developer -> Datatypes" and then choose the Rich text tiny MCE editor and choose the new option for the list that appear.

    Hope this helps and makes sense.

    /Jan

  • Carlos Gómez 25 posts 55 karma points
    Feb 21, 2015 @ 17:26
    Carlos Gómez
    0

    Too easy to find it and avoid feeling embarresed.... :(    Thank you once more Jan. 

    Regards!!!

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Feb 21, 2015 @ 18:18
    Jan Skovgaard
    0

    Hi Carlos

    You're welcome - No need to be embarrassed - it can happen to anyone :)

    Please mark the issue as solved so others who may come across it can go straight to the solution.

    Happy coding.

    /Jan

Please Sign in or register to post replies

Write your reply to:

Draft