You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@pivot.apache.org by Ken Jiang <il...@gmail.com> on 2010/07/13 03:06:43 UTC

How to let InputText has editable feature like TextArea

Hi All,

Mostly,web application has the read mode ,
How to let InputText has editable feature like TextArea?

Many thanks.

Re: How to let InputText has editable feature like TextArea

Posted by Greg Brown <gk...@mac.com>.
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.
>> 
> 


Re: How to let InputText has editable feature like TextArea

Posted by Noel Grandin <no...@gmail.com>.
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.
>