Hi, I''m new to rails. I''m trying to make an Ajax form to add/edit items, with a "subform" to add/edit subitems on the same form. But I have no idea how to begin with this, or what terms to search for tutorials. So if anyone can point me in the right direction, or write up basic explenation, it would be greatly appreciated. Thanks, Sven Magnus --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Hi Sven, Sven Magnus wrote:> I''m new to rails. I''m trying to make an Ajax form to add/edit items, > with a "subform" to add/edit subitems on the same form. But I have no > idea how to begin with this, or what terms to search for tutorials. So > if anyone can point me in the right direction, or write up basic > explenation, it would be greatly appreciated.I highly recommend Cody Fauser''s RJS Tutorial. It''s in PDF, available for $10 at O''Reilly. Best $10 I spent on Rails (cause they wouldn''t let me buy half of AWDwR or Pickaxe ;-) ) Best regards, Bill --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Sven Magnus wrote:> Hi, > > I''m new to rails. I''m trying to make an Ajax form to add/edit items, > with a "subform" to add/edit subitems on the same form. But I have no > idea how to begin with this, or what terms to search for tutorials. So > if anyone can point me in the right direction, or write up basic > explenation, it would be greatly appreciated. > > > Thanks, > > Sven MagnusHi Sven, What do you mean by "subform". I need to make forms where a user can add/edit more than one of each item. Maybe it''s the same thing. I found <a href="http://ajax.phpmagazine.net/2007/03/frevvo_create_your_web_20_form.html">this article</a> and thier features say they can do this. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Guest wrote:> Sven Magnus wrote: >> Hi, >> >> I''m new to rails. I''m trying to make an Ajax form to add/edit items, >> with a "subform" to add/edit subitems on the same form. But I have no >> idea how to begin with this, or what terms to search for tutorials. So >> if anyone can point me in the right direction, or write up basic >> explenation, it would be greatly appreciated. >> >> >> Thanks, >> >> Sven Magnus > > Hi Sven, > What do you mean by "subform". I need to make forms where a user can > add/edit more than one of each item. Maybe it''s the same thing. I found > <a > href="http://ajax.phpmagazine.net/2007/03/frevvo_create_your_web_20_form.html">this > article</a> and thier features say they can do this.I guess that link is http://ajax.phpmagazine.net/2007/03/frevvo_create_your_web_20_form.html and the company''s link is http://www.frevvo.com -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---