You do not ever call this from within rails. the method basically makes an ajax call, removes the edit row and replaces the edit row with what the ajax call returned.
On Wed, Jun 3, 2009 at 8:23 PM, JannaB <[email protected]> wrote: > > Kenny, > > Can - or do - you ever call this from within Rails (say, a controller) > code? > > On Jun 3, 8:38 pm, Kenny Ortmann <[email protected]> wrote: > > when you click the cancel link it fires a javascript method that is > located > > on line 364 of active_scaffold.js > > > > On Wed, Jun 3, 2009 at 3:51 PM, JannaB <[email protected]> > wrote: > > > > > When I am editing, and I click "Cancel" (or X-out of the for edit > > > view) what happens? What gets called? That's what I want to have > > > happen after I override update with my own view in certain > > > circumstances. -Janna B. > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
