Hello everyone! I want to put the InPlaceCollectionEditor into a search form....that is pre-loaded with a value that can be changed using a InPlaceCollectionEditor. However, it is supposed for editing data not for a search form. Imagine you are on an url e.g. /search.php?blabla=x=blabla2=y&page=5&country=2 and on the form it says "Germany". When you click on it you can select another country - then the URL should change to: /search.php?blabla=x=blabla2=y&page=5&country=3 How would you achieve that using the InPlace editor? I want to avoid using the session as multiple windows could be opened at the same time. Thanks! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
Christophe Porteneuve
2008-Mar-24 21:25 UTC
Re: InPlaceCollectionEditor on a search form possible?
Aren''t you just trying to have a simple combo box instead of an IPCE here? I mean, can''t your country field be just that: a regular field, instead of appearing otherwise? Then you wouldn''t need IPE/IPCE at all. It sounds way overkill. -- Christophe Porteneuve aka TDD tdd-x+CfDp/qHev2eFz/2MeuCQ@public.gmane.org --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---