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

'parentTextEdit' Syntax and Note

Note:

Read-only property. 
Returns a reference to the element's outermost container that 
can create a text range.
    
Syntax:
    
document.all.elementID.parentTextEdit

    

      
      








Related examples in the same category

1.'parentTextEdit' Example
2.'parentTextEdit' is applied to