Displaying 1 result from an estimated 1 matches for "pagabl".
Did you mean:
  pagal
  
2006 Jan 25
17
Lookup pattern in Ruby
...g a list of many 
Animals--more than can be presented comfortably in a dropdown box. 
Therefore I need to either redirect to another screen to select an 
animal (returning after the selection is made), or show a dialog--modal 
or otherwise--to make the selection. The latter might be presented as a 
pagable grid, or perhaps as a grid with a textbox or dropdown to filter 
search results.
Is there a convention for this in Rails? I looked at BaseCamp for 
examples but only found small groups of lookup values handled easily by 
simple dropdowns.
A third option would be DHTML magic to dynamically popula...