
Hi,
Any tips how to change text direction with Javascript (only text direction not language) ?
Thanks
*This post is locked for comments
I have the same question (0)for any one who will have same need, use code below in Javscript :
document.getElementById("AttributeName").style.textAlign="right";