[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

how can I disabled the text_field element ?

Asaf Asaf

10/23/2008 1:07:00 PM

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
--
Posted via http://www.ruby-....

1 Answer

Michael Guterl

10/23/2008 1:29:00 PM

0

On Thu, Oct 23, 2008 at 9:07 AM, Asaf Asaf <assafdassa@gmail.com> 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 Guterl