I did. No effect at all. To tell you the truth, adding this made the text area to show in code...
thanks any way.
I got to draw your attention to the fact that many features are simply not displaying, not only those rtl ltr ones. for ex. the search and replace are missing too although they are mentioned in the second row...
What i think is that there is a constriction of some sort that does not allow some features to show.
I tried to enter the following code: (after line 60)
function updateMCE ( elemId, direction) {
var iFrame = document.getElementById(elemId + '_ifr');
if ( iFrame && iFrame.contentWindow ) {
iFrame.contentWindow.document.getElementById('tinymce').setAttribute('dir',direction);
}
}
but I don't know if the issue is solved... (I meen showing rtl ltr..);
in any case, what happens now is that all rtl are align to the right and are true rtl when choosing the correct language... and it does'nt metter what characters you choose, in a rtl text area, there is going to be always:
text-align:ritgh & direction:rtl.
To be politically correct ( ) these lines of code belong to a guy from the tinyMCE forum and they were written on April 2009. Thanks a lot ajmas