Hi,
In my shop almost all screens are in Hebrew, which is a "right to left" language. I like to know if is a way to make all DDS conversions to use this "right to left" function in general.
I got in my previous job an explanation, but I moved to a new job and unfortunately I forgot how to make it.
Thank you.
Yehuda
Right-to-Left reading & writing
-
- New User
- Posts: 19
- Joined: Tue Nov 10, 2009 3:59 am
- First Name: Yehuda
- Last Name: Vago
- Company Name: iITc
- Phone: +972 3 5320805
- Country: Israel
- Contact:
- Rob
- Profound Logic Staff Member
- Posts: 135
- Joined: Fri Jan 04, 2008 12:12 pm
- First Name: Rob
- Last Name: Ferguson
- Company Name: Profound Logic Software
- Contact:
Re: Right-to-Left reading & writing
Any alpha input fields using the DDS keyword CHECK(RL) should convert correctly with the Right to Left styling.
If you want this on all input fields you could add a css file containing the following text to folder /www/profoundui/htdocs/profoundui/userdata/custom/css/ You could name the file something like direction.css
If you want this on all input fields you could add a css file containing the following text to folder /www/profoundui/htdocs/profoundui/userdata/custom/css/ You could name the file something like direction.css
Code: Select all
.input {
direction: rtl;
}
-
- New User
- Posts: 19
- Joined: Tue Nov 10, 2009 3:59 am
- First Name: Yehuda
- Last Name: Vago
- Company Name: iITc
- Phone: +972 3 5320805
- Country: Israel
- Contact:
Re: Right-to-Left reading & writing
Thank you Rob,
What about the labels (COLHDG)?
After the conversion some of the labels are correct and some are mixed.
We are not using the CHECK(RL) for the input fields, but the general CHECK(RLTB), which what I understood not supported by the conversion, at least there is a warning message, so it means that by adding the suggested .css would solve this issue?
What about the labels (COLHDG)?
After the conversion some of the labels are correct and some are mixed.
We are not using the CHECK(RL) for the input fields, but the general CHECK(RLTB), which what I understood not supported by the conversion, at least there is a warning message, so it means that by adding the suggested .css would solve this issue?
-
- New User
- Posts: 19
- Joined: Tue Nov 10, 2009 3:59 am
- First Name: Yehuda
- Last Name: Vago
- Company Name: iITc
- Phone: +972 3 5320805
- Country: Israel
- Contact:
Re: Right-to-Left reading & writing
The direction.css is working fine. You can ignore my previous question.
Thank you.
Thank you.
Who is online
Users browsing this forum: No registered users and 0 guests