Is there a way to display error messages when a user attempts to delete a 
record and to abort the delete, or is the only option to disable the delete 
action?  The docs cover overriding the do_delete action, but throwing an 
exception there only results in a 500 error which is not the user experience I 
want.  I want to tell them WHY they can not delete a row, not just disable the 
button and leaving them guessing.  If I could set the hint text for a delete 
action that would help, but pop-up text is not seen on a tablet or touch screen 
phone where there is no hover.  Any other suggestions on how to better inform 
the user on why a record is not deletable is welcome.

Michael

-- 
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.

Reply via email to