ReadOnly
4 Sep 20181 minute to read
When “ReadOnly” property is set to true, you cannot edit the value in the Textbox. The default value is false.
Refer to the following code example.
<textarea id="textarea" data-role="ejmtextarea" data-ej-watermarktext="TextArea" data-ej-readonly="true"></textarea>