Created by: omoridi
Hi, I changed full site rtl to bidi rtl. for this write a simple program with c#, 1- read bootstrap.css and bootstrap.rtl.css and compare them. 2- Removed same tag and attributes. 3- Add .rtl class before changed and saved. 4- Some tags need some modifications so, create a file that's name is bootstrap_rtl_helper.css 5- Append bootstrap_rtl_helper.css to level 3 and save all to bootstrap_rtl.css 6- for looking at result create a sample. name is full-control-rtl2 Now we have Bidi rtl, means you can see controls in LTR and RTL same time.
we have 2 choose , 1- Convert c# to javascript and used with rtlcss and this javascript. 2- Change bootstrap_rtl.css to scss file and compile with bootstrap project.
Please let see the change and say me witch way is best for you 1 or 2?
best reagrds Omid Moridi