Yes it is possible, but it isn't available in AS right now. I was going to try and work on this functionality sometime early next week, but I don't have a timeframe for when I would get it done.
~Kenny Sent from my Verizon Wireless BlackBerry -----Original Message----- From: octimizer <[email protected]> Date: Fri, 12 Feb 2010 04:52:46 To: ActiveScaffold : Ruby on Rails plugin<[email protected]> Subject: Re: how to display an Edit link on the expanded Show block ? adding: <%= link_to 'Edit', :action => :edit, :inline => false, :position => :replace %> to my _show.html.erb gets me a working Edit link alright, but it also makes the url look like this: http://localhost:3000/contacts/14/edit?position=replace which opens a new page when clicked, instead of replacing the "show" block with the "edit one", which is what I want. Is this even possible? Or am I just not seeing the forest because of all the big trees blocking my view! -- You received this message because you are subscribed to the Google Groups "ActiveScaffold : Ruby on Rails plugin" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/activescaffold?hl=en. -- You received this message because you are subscribed to the Google Groups "ActiveScaffold : Ruby on Rails plugin" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/activescaffold?hl=en.
