jQuery UI Widgets › Forums › Navigation › Tree › RTL direction for jqxTree built from JSON data.
Tagged: direction, jqxtree, right to left, RTL, Tree
This topic contains 7 replies, has 2 voices, and was last updated by zohaib 11 years, 11 months ago.
-
Author
-
Hi,
I am using jqxTree built from JSON data.
My data is in Arabic ,therefore I need make tree from right to left direction.
I check jqx.base.css but did not found body class so that I will change “direction:rtl”
any solution?
– Thanks
Zohaib.Hello Zohaib,
Unfortunately, jQWidgets does not support right to left direction. I am afraid we cannot offer you a solution on this matter.
Best Regards,
DimitarjQWidgets team
http://www.jqwidgets.com/Hi Dimitar,
Thanks for reply.
jQWidgets team has intelligent developer.
I am ready to pay for solution.
There should be some way.
– Thanks
Zohaib.Hi Zohaib,
For right to left direction to be supported in jQWidgets it would mean a large amount of changes to the layouts of all the widgets. As of now, we have no plans to add such support.
Best Regards,
DimitarjQWidgets team
http://www.jqwidgets.com/Thanks Dimitar for information.
– Thanks
Zohaib.Hi Dimitar,
I got 90% success in making text direction from right to left for tree using JSON data.
I change CSS for float:right, direction:rtl, text-align:right etc.
I am facing small problem as my tree moving when I close all nodes of root.
If you have any solution will be great.
– Thanks
Zohaib.Hi Zohaib,
jQWidgets does not support direction: rtl. The file base.css should not be edited, because it is responsible for all widgets’ layouts. If you want to create a custom theme, you should put it in a seperate file e.g. customtheme.css.
On a side note, please check out the Code Formatting topic for a guide to proper code formatting.
Best Regards,
DimitarjQWidgets team
http://www.jqwidgets.com/Hi Dimitar,
thanks for reply.
sorry forgot to mention in last post that I have created customtheme.css file and using it for RTL direction.
– Thanks
Zohaib. -
AuthorPosts
You must be logged in to reply to this topic.