Displaying 1 result from an estimated 1 matches for "search_end_st".
2006 Mar 28
1
Passing the input name to "text_field_with_auto_complete"
...asses/ActionView/Helpers/JavaScriptMacrosHelper.html#M000462)
but cant make sense of it...
<p><label for="search_start_station">From</label><br/>
<%= text_field_with_auto_complete :station, :name %></p>
<p><label for="search_end_station">To</label><br/>
<%= text_field_with_auto_complete :station, :name %></p>
At the moment both inputs have the same name:
<input id="station_name" name="station[name]" size="30" type="text" />
<input id=&qu...