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
do you need to do anything specfic to get tinymce to do right to left languages like arabic / hebrew?
Regards
Ismail
go to config file tinyMceConfig.config add this to the plugins
<plugin loadOnFrontend="false">directionality</plugin>
<config key="directionality">rtl</config>
add this to you commands
<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>
add this images to your umbraco\images\editor directory: now you can align the text as you wish
How about adjusting this trick to allow for multi-language site with mixed rtl and ltr languages? with your setting it's either one.
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
how to get rtl with tinymce
do you need to do anything specfic to get tinymce to do right to left languages like arabic / hebrew?
Regards
Ismail
go to config file tinyMceConfig.config add this to the plugins
2nd: and this the custom configspecial bonus:
add this to you commands
add this images to your umbraco\images\editor directory:


now you can align the text as you wish
How about adjusting this trick to allow for multi-language site with mixed rtl and ltr languages? with your setting it's either one.
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.