Vlad
Vlad

Reputation: 2773

Make extjs textarea non editable

How can I make a textarea field non editable in extjs 4? I see the API extjs textarea, but i dont see editable property. I need only to show text messages in the text area but I would also like it to autoscroll when there is more text in it, which textarea component can provide, but still I dont want it editable.

Or should I use different text component?

Upvotes: 8

Views: 8895

Answers (1)

Dr.Molle
Dr.Molle

Reputation: 117334

I guess you are looking for the config readOnly:true

Upvotes: 17

Related Questions