Mega Code Archive

 
Categories / JavaScript Reference / Javascript Properties
 

Cols Syntax and Note

Note: Read and write property.  Sets the character width for <textarea>.      Syntax:      document.getElementById("textareaID").cols = value document.all.textareaID.cols = value // IE only