Displaying 2 results from an estimated 2 matches for "jabbslad".
2008 Feb 27
2
observe_field not generating any script
Hi - I have a view:
<% content_for(:page) do %>
<h1>New user</h1>
<% form_for :user, @user, :url => { :action => "create" } do |form| %>
<%= render :partial => ''form'', :locals => { :form => form, :genders
=> @genders} %>
<%= submit_tag "Create" %>
<%end%>
<%
2008 Feb 26
2
Specify HTML options on select_year
Rails 1.2.3
It appears that the select_year helper doesn''t accept HTML attributes as
part of the options array.
Does anyone have a way to successfully pass an :onchange attribute in to
the select_year helper?
I''m going to do it with Javascript directly for now.
Thanks,
Wes
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You