Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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>
<
command
>
umbracoAlias
>ltr</
icon
>images/editor/ltr.gif</
tinyMceCommand
value
=
""
userInterface
"false"
frontendCommand
"ltr"
priority
>76</
</
>rtl</
>images/editor/rtl.gif</
"rtl"
>77</
<plugin loadOnFrontend="false">directionality</plugin>
<config key="directionality">rtl</config>
but i can't get the images to show on tinymce toolbar.
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
is working on a reply...
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.
Continue discussion
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
but i can't get the images to show on tinymce toolbar.
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
is working on a reply...
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.