On Jun 9, 10:30 am, pk <[email protected]> wrote: > how can I delete a content (row) from the table with a security > question. for example: "Are you sure to delete the project? yes - no"
Look at make_delete_row() in this file: http://trac.sahanapy.org/browser/views/sahana_scripts_min.html URL2() is defined here: http://trac.sahanapy.org/browser/modules/sahana.py I no longer use this, but used to create the checkboxes using: shn_represent_extra() in this file: http://trac.sahanapy.org/browser/models/01_RESTlike_controller.py F --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" 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/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

