RTL Support#120
Conversation
|
Hi @yeganemehr ! |
|
Hi @DimaSavchenko And finally let's mix my Persian demo page with bootstrap-rtl and see the result: |
|
For my money JTCE's solution is way better. Pure CSS and like 5 seconds to apply: |
|
OK @KillerSquid but did you ever develop one RTL page? I guess not! |
|
But being able to selectively apply it to ONLY the checkboxes where you need RTL support is more functionally sound than a blanket 'all page' approach. Plus you can always just roll it into the existing CSS for all the checkboxes if you don't want to go through the hassle of typing three letters or programatically apply it to all checkboxes at runtime. |
|
Hello all, Also I agree with @yeganemehr that the "blanket" approach (styling applied to all elements of the page if the direction is RTL) works better especially if the plugin is being used in a multilingual site (so the same page can be served with different layouts). This is a great plugin and it would be so helpful for it to support RTL out of the box. |



RTL support by adding
rtlclass to<body>or<html>