Piyush Gupta
2007-Sep-07 06:12 UTC
have you ever used active scaffold or ajax scaffold anytime in rails
have you ever used active scaffold or ajax scaffold anytime in rails'' i had a doubt of overriding the template so taht i could arrange the text fields as per my requirment do reply thank you -- Piyush 09916133729 <Bangalore> http://ctrlshiftesc.blogspot.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 -~----------~----~----~----~------~----~------~--~---
Kosmas
2007-Sep-07 13:03 UTC
Re: have you ever used active scaffold or ajax scaffold anytime in rails
Piyush, I am using active scaffold. You can change the description of the fields: config.columns[:text_field].label = ''Your description'' in your controller. You don''t need to override the template, it''s a configuration option. On Sep 7, 7:12 am, "Piyush Gupta" <mba.piyushgu...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> have you ever used active scaffold or ajax scaffold anytime in rails'' > > i had a doubt of overriding the template so taht i could arrange the text > fields as per my requirment > do reply > thank you > -- > Piyush > 09916133729 > <Bangalore>http://ctrlshiftesc.blogspot.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 -~----------~----~----~----~------~----~------~--~---
CCH
2007-Sep-20 13:32 UTC
Re: have you ever used active scaffold or ajax scaffold anytime in rails
Hi Piyush On Sep 7, 2:12 pm, "Piyush Gupta" <mba.piyushgu...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> have you ever used active scaffold or ajax scaffold anytime in rails''cch: ajax scaffold is already deprecated in favour of active scaffold> > i had a doubt of overriding the template so taht i could arrange the text > fields as per my requirmentcch: If you finally have a need to do template overriding, all you need to is to copy a copy from AS views into Views\controllername and start hacking away :-)> do reply > thank you > -- > Piyush > 09916133729 > <Bangalore>http://ctrlshiftesc.blogspot.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 -~----------~----~----~----~------~----~------~--~---