There isn't an active_scaffold way to do this. You will have to override the view and make the submit button call to a function that calls a method and checks for you, either displays the modal or not and have the modal cancel or submit the form.
On Tue, May 19, 2009 at 7:32 PM, joausaga <[email protected]> wrote: > > Thanks for the answer. > > Yes, exactly. > > When something is wrong the application show a confirm popup so the > user can decide to continue or not creating the record. > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
