Hi i need to do localization in dhtmlx touch (Arabic) right to left .How can i do that for input fields ,grids,etc
Hi,
unfortunately, touch library doesn’t not provide ready rtl solution. You will need to redefine a lot of css rules manually, for example change property “float:left” to “float:right” or “text-align: left” to “text-align:right;” for many components.
You can use Dev Tools of your browser to check what css rules are applied to views you need.