<%=userinfo.select :profile,Profile.find(:all,:conditions => {:role_type
=> "AC"}).collect {|c| [ c.name, c.id ] },{},{:class => "companyselect"}
%>
how to disable the above select menu ...
i can able to disable the text field tag like below
<%=text_field_with_auto_complete :company_info, :name,:value =>
"#[email protected]}",:disabled => true%>
Any helps for my query..
Thanks
-- 
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to