Re: Confirmation dialog on deleting...

2009-10-02 Thread Tim Chase
> I search over the net, but I don't find how can do this. I > need to pop up a dialog with: "Are you sure to delete this?" > every time when I want to delete a row from a list, etc. Can > you tell me where I found an exemple or some documentation, or > how to pop up a dialog box in Django. The t

Re: Confirmation dialog on deleting...

2009-10-02 Thread Jaú
I think you'll need some Javascript. Try jQuery: http://jqueryui.com/demos/dialog/#modal-confirmation. On Fri, Oct 2, 2009 at 3:23 AM, Nicu Marcu wrote: > Hello all, > >     I search over the net, but I don't find how can do this. I need to pop > up a dialog with: "Are you sure to delete this?

Confirmation dialog on deleting...

2009-10-01 Thread Nicu Marcu
Hello all, I search over the net, but I don't find how can do this. I need to pop up a dialog with: "Are you sure to delete this?" every time when I want to delete a row from a list, etc. Can you tell me where I found an exemple or some documentation, or how to pop up a dialog box in Django.