Hi, tanx for this Topic.
1. In all RTL languages "Content Messages" must set to right of DIV. (Except the part that is manually aligned to left.), with a class set by lang can be setting right view.
2. Content of "code tag" always has LTR direction.
3. All Input & Textarea direction always set to rtl by default. And, if needed, use the code.
4. All Input directions for "Usernames, passwords, emails or Urls" must set as LTR dir.(with class) 5. I suggest you create several CSS classes with the following titles.
rtl, ltr, right, left, center, top, bottom, middle or any ...
Question. If a post contains mixed content, should the English display from left of message window and Persian from right? i.e. do they need floats as well as direction
Adjusting the "left to right" and "right to left" "message or part of message" should be done by User. and with the or codes ...
Note: Flotation should not be done automatically by javascript coding force.
And By default, the align or direction of "content message" should be inherited of page direction and align.
In Content "just": Code tag content always set to ltr dir.
Originally posted by sadra Hi, tanx for this Topic.
1. In all RTL languages "Content Messages" must set to right of DIV. (Except the part that is manually aligned to left.), with a class set by lang can be setting right view.
2. Content of "code tag" always has LTR direction.
3. All Input & Textarea direction always set to rtl by default. And, if needed, use the code.
4. All Input directions for "Usernames, passwords, emails or Urls" must set as LTR dir.(with class) 5. I suggest you create several CSS classes with the following titles.
rtl, ltr, right, left, center, top, bottom, middle or any ...
6. All issues in Arabic same as Persian.
1. should be now 2. code tag should now always be ltr 3. Most now sorted 4. Most now sorted 5. done
There are already bootstrap classes to do this pull-right and pull-left, if you want it to auto swap when changing between rtl/ltr you can combine them with flip so class="pull-left flip" will swap from float:left to float:right if direction changes
نوشته شده توسط HuwR There are already bootstrap classes to do this pull-right and pull-left, if you want it to auto swap when changing between rtl/ltr you can combine them with flip so class="pull-left flip" will swap from float:left to float:right if direction changes