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

'isContentEditable' Syntax and Note

Note:

Read-only property. 
Is the element content editable. 
    
Syntax:
    
document.all.elementID.isContentEditable

    

      
      








Related examples in the same category

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