TextCell.readOnly (Property)

When set to true, the text cell contents cannot be changed.

Availability:

JScript - 3.0
Internet Explorer - 4.0
Property/method value type:Boolean primitive
JavaScript syntax:IEmyTextCell.readOnly

The TextCell content is defined but cannot be changed by the user. You may want to control this property based on JavaScript code. If the property is set true from the HTML document source, you will have to unlock the field before the user can modify the field content.

See also:Input.disabled, Input.readOnly, Password.readOnly, TEXTAREA.readOnly

Property attributes:

ReadOnly.