search for: auto_complete_timecodedesc

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

2006 Jan 23
0
Indexed Text Input -> Ajax with Helpers
...</div> <%= auto_complete_field ''timecode_'' + timedetail_counter.to_s + ''_timecodedesc'', :update => ''timecode_'' + timedetail_counter.to_s + ''_timecodedesc_auto_complete'', :url => ''/timecard/auto_complete_timecodedesc'' %> where /timecard/auto_complete_timecodedesc is a simple lookup which ignores the index (since there is only one field being updated at a time) and returns the required unnumbered list. If this is the "easiest" way to do this, could I not write my own "text_input_with...