Copied to clipboard

Flag this post as spam?

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


  • Eran Meir 401 posts 543 karma points
    Jan 02, 2014 @ 17:51
    Eran Meir
    0

    RTL in TinyMCE in umbraco 7

    has anyone succeded implementing buttons of tinymce "rtl" and "ltr" in umbraco 7 ?

    in umbraco 6 i added the following code to tinymce.config

    <command>
          <umbracoAlias>ltr</umbracoAlias>
          <icon>images/editor/ltr.gif</icon>
          <tinyMceCommand value="" userInterface="false" frontendCommand="ltr">ltr</tinyMceCommand>
          <priority>76</priority>
        </command>
        <command>
          <umbracoAlias>rtl</umbracoAlias>
          <icon>images/editor/rtl.gif</icon>
          <tinyMceCommand value="" userInterface="false" frontendCommand="rtl">rtl</tinyMceCommand>
          <priority>77</priority>
    </command> 
    <plugin loadOnFrontend="false">directionality</plugin>
    <config key="directionality">rtl</config>

     but i can't get the images to show on tinymce toolbar.

  • Eran Meir 401 posts 543 karma points
    Jan 05, 2014 @ 12:48
    Eran Meir
    0

    found the problem, i needed loadOnFrontend="true"

    but the directionality plugin is not working well, i can see it's loading fine but the tinymce is still running on ltr

  • 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