Anyone know how to accomplish this? Can’t seem to get it to work.
Thanks,
Scott
Anyone know how to accomplish this? Can’t seem to get it to work.
Thanks,
Scott
in the list of checkbox attributes… disabled=‘true’
or with a rails helper:
<%=check_box_tag :name, :value, selected, {:disabled => !enabled}%>
-Michael
http://javathehutt.blogspot.com
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs