search for: objective_id

Displaying 1 result from an estimated 1 matches for "objective_id".

2006 May 31
1
Creating Multiple Child objects on a single form
...<label for="status<%= objective.number %>_status">Status:</label> <%= text_field ''status'' + objective.number.to_s, ''status'' %> <%= hidden_field ''status'' + objective.number.to_s, ''objective_id'', :value => objective.id %> <% end %> <label for="evaluation_date"> Evaluation Date:</label> <%= date_select ''evaluation'', ''evaldate'', :order => [:day, :month, :year ] %> <label...