How can I disabled the text_field element?

Hi all,

I saw in many places that I can disabled the text_field easily, although
I am still unable to do it.
it will help me a lot …

tnx

Asaf

On Thu, Oct 23, 2008 at 9:07 AM, Asaf A. [email protected] wrote:

Hi all,

I saw in many places that I can disabled the text_field easily, although
I am still unable to do it.
it will help me a lot …

This belongs on the “Ruby on Rails” forum.

text_field :foo, :disabled => true

Michael G.