As Noel said, TextInput does not currently support an "editable" property. But maybe you are looking for "enabled"? If not, perhaps a Label would be an appropriate component?
On Jul 13, 2010, at 3:26 AM, Noel Grandin wrote: > > TextInput does not currently have an "editable" property like TextArea. > > Feel free to log a feature request in the JIRA. > > In the interim, you could use a TextArea, but size it to be a single row high. > > -- Noel Grandin > > Ken Jiang wrote: >> Hi All, >> >> Mostly,web application has the read mode , >> How to let InputText has editable feature like TextArea? >> >> Many thanks. >> >
