I'm a bit stumped as to how to proceed with the following. I have a
page which shows a list of items, each of which can be deleted. When
the user clicks the delete button next to an item, I would like to
open a confirmation dialog and if they confirm, call a backend
function to delete the corresponding object, and then delete the
item's row in the list.

I have managed to integrate the modal confirmation example shown here:
http://demo.liftweb.com/rhodeisland

Everything works except I cannot figure out how to call some
javascript when the user clicks the 'yes' button to update the list.

Help and pointers much appreciated, I really am stumped.

Channing
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to