This is a migrated thread and some comments may be shown as answers.

ASP.NET AJAX Editor RTL support

19 Answers 147 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Benyamin Yabets
Top achievements
Rank 1
Benyamin Yabets asked on 18 May 2008, 08:24 AM
About two months ago I was told RTL is not officialy supported. Do you support it now officialy ?

Oren

19 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 21 May 2008, 09:33 AM
Hi Oren,

The implementation of the RTL support is hard and requires more time. For that reason I cannot provide an accurate estimate on when it will be done. Nevertheless, if more people requests this feature, we will raise its priority right away in our ToDo list.


Best regards,
Rumen
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Rasin Vadim
Top achievements
Rank 1
answered on 21 May 2008, 11:55 AM
Dear telerik team.

The most of the users that need RTL support don't write it in the forums.
I tried to implament by my self the RTL to all of you skins and dialogs.
I couldn't complete it succeessfully 100%.

I think if you have rtl support in most of your controls: treeview, menu, combobox and others you really should implament the radeditor so he will support all the languages.

So please rise the priority of this issue and take care of it.
Thanks in advance,
Rasin Vadim.
 
0
Rumen
Telerik team
answered on 21 May 2008, 01:33 PM
Hi Rasin,

Thank you for your suggestions. We will have in mind your request and discuss the implementation of RTL support for RadEditor for ASP.NET AJAX on the next RadEditor team meeting.

Best regards,
Rumen
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Rasin Vadim
Top achievements
Rank 1
answered on 21 May 2008, 07:36 PM
Thank you.

Rasin Vadim.
0
Ashraf Fayad
Top achievements
Rank 1
answered on 29 May 2008, 10:05 AM
I also add my voice. I spent some hours trying to get the AJAX Editor to support dir=rtl in my Arabic-English website. No success. Please consider raising the priority of that feature.

Ashraf
0
Chris Sears
Top achievements
Rank 1
answered on 01 Aug 2008, 03:57 AM
We are internationalizing our web application and need RTL support in Rad Editor. Here's another vote for adding the feature :-)

Chris Sears
0
Rumen
Telerik team
answered on 01 Aug 2008, 06:45 AM
Hi guys,

Thank you for your votes!

We can confirm that we include officially the RTL support for our development plans for the Q3 release as one of important things to add.

Best regards,
Rumen
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Rasin Vadim
Top achievements
Rank 1
answered on 09 Nov 2008, 10:20 AM
Hi telerik team.

You said the the right to left feature of the rad ajax editor will be included in the Q3 2008 version. I couldn't find any notes of it being included in the version. 

Does rad ajax editor supports rtl in the new Q3 2008 version?

Thanks,
Vadim.
0
Rumen
Telerik team
answered on 10 Nov 2008, 06:16 PM
Hi Vadim,

We were able to provide RTL support for the following controls
in Q3 2008: RadSlider, RadWindow, RadTooltip, RadFormDecorator and RadDock. We are currently working on the new RTL skin for RadEditor, which implementation was rescheduled for Q3 2008 SP1.

Best regards,
Rumen
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Manjit Kaayikkodathu
Top achievements
Rank 1
answered on 05 Jan 2009, 07:17 PM
Hi,

Another vote for RTL requirement. Is this supported now in any of the versions of RAD Editor?

Thanks,
Manjit
0
Svetlina Anati
Telerik team
answered on 06 Jan 2009, 10:57 AM
Hello Manjit,

The RadEditor already supports RTL and you can find a working demo here.

Kind regards,
Svetlina
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Jaya
Top achievements
Rank 1
answered on 08 Jan 2009, 10:36 PM
Where can I find more docuementation around Telerik Editor BiDi Implementation? Do you have any code samples?
Thanks,
-Jaya
0
Tervel
Telerik team
answered on 09 Jan 2009, 07:45 AM
Hello Jaya,

Here is a working demo with RadEditor and RTL.
http://demos.telerik.com/aspnet-ajax/Editor/Examples/RightToLeft/DefaultCS.aspx
In the current inhouse editor version we have made extra changes to the editor's look in IE.
The coming Q3 2008 SP2 release next week will address the (current) empty spaces in the editor layout.
The example is also thoroughly reworked, featuring a radiobutton list that allows you to choose text in Arabic, Farsi and Hebrew.



Kind regards,
Tervel
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Jaya
Top achievements
Rank 1
answered on 30 Jan 2009, 09:09 PM
Hi there,

Thanks for providing the link. When I edit in the editor, it still types to the right. when typed, it should go the other way. Is this going to be fixed?

Also, what do i need to install to get this version?

Thanks,
-Jaya
0
Tervel
Telerik team
answered on 02 Feb 2009, 02:23 PM
Hello Jaya,

I am not sure what the correct behavior should be, as we do not have a RTL Windows installation.
We have set the "necessary" CSS for the editor content area, e.g.: direction: rtl;
From that point on, it is the browser that needs to take over.

One possibility might be that the Windows itself should be RTL-enabled (e.g. use Hebrew or Arabic installation).
In any case, if something needs to be changed further, you are welcome to modify the
RTL\EditorContentArea_RTL.css and add further properites).

To install the new version you need to log-in to your Telerik Client.Net account and download the latest SP from there.


Kind regards,
Tervel
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Jaya
Top achievements
Rank 1
answered on 23 Feb 2009, 07:48 PM
Thanks.  We integrated the new Telerik bits into the build, but don’t see any explicit way to set the direction of the RadEditor. A few of the other Telerik controls have a “dir” attribute/property, but there is no such property in the RadEditor to set the direction. The version we have is: ver 2008.3.1314.35

Any documentation on this is appreciated.
Thanks,
-Jaya
0
Tervel
Telerik team
answered on 24 Feb 2009, 08:51 AM
Hi Jaya,

All the information that is needed can be found here:
http://demos.telerik.com/aspnet-ajax/Editor/Examples/RightToLeft/DefaultCS.aspx

Please read the example Description and examine its implementation.

Best regards,
Tervel
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Benyamin Yabets
Top achievements
Rank 1
answered on 10 Aug 2009, 02:03 PM
Hello Telerik Team,

Its been 15 months since I post the question, I raise it again - we implemented the AJAX Editor but we got serious problems with RTL e.g. the popups created a huge horizontal scroll and disappeared , Do you have a stable RTL support for the Editor ?
We understand that we must upgrade to the Ajax latest ver because we bump into bugs with the old version for example all the relative links get about: and the links won't work.

Oren
0
Tervel
Telerik team
answered on 10 Aug 2009, 02:29 PM
Hello Benyamin,

You can easily test RadEditor for ASP.NET AJAX RTL support capabilities here:
http://demos.telerik.com/aspnet-ajax/editor/examples/righttoleft/defaultcs.aspx

This is how the editor currently works. In case there are further corrections needed, please open a support ticket and send us some screenshots with bad layouts as well as suggestions what has to be fixed.

Best regards,
Tervel
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Editor
Asked by
Benyamin Yabets
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Rasin Vadim
Top achievements
Rank 1
Ashraf Fayad
Top achievements
Rank 1
Chris Sears
Top achievements
Rank 1
Manjit Kaayikkodathu
Top achievements
Rank 1
Svetlina Anati
Telerik team
Jaya
Top achievements
Rank 1
Tervel
Telerik team
Benyamin Yabets
Top achievements
Rank 1
Share this question
or