This is not strictly a web.py question. I'd like to know if web.py users have any recommended way of implementing simple dialog boxes, for example, confirmation for deletion. One way I can think of is to have a dedicated page/template that shows some text and two buttons, and use hidden fields to indicate delete action and the ID of the object to delete. This will work but it doesn't look very good. A popup dialog box would look much nicer. I suppose this involves an AJAX invocation. Any suggestions/sample code/links/library recommendations?
Thanks. -- You received this message because you are subscribed to the Google Groups "web.py" 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/webpy?hl=en.
