'dir' Syntax and Note : dir « Javascript Properties « JavaScript Reference

'dir' Syntax and Note

Note:

Read and write property. 
Sets the text reading order. 
The property does not affect alphanumeric characters in Latin documents. 
    
Syntax:
    
document.getElementById("elementID").dir = value
document.all.elementID.dir = value // IE only

    

      
      








Related examples in the same category

1.'dir' Example
2.'dir' Possible Values
3.'dir' is applied to