add delete button

Archived from the Web Auction Discussion forum.

chadifa — Sat Jan 05, 2008 3:49 am

how to add a delete button near with selected: copy update

i want to delete selected record?


shannah — Mon Jan 07, 2008 4:26 pm

Currently there is no action in dataface to do delete based on the selected items in list view.

However, you can link directly to the “delete” form for a record using the Dataface URL conventions.

e.g.

index.php?-action=delete&product_id=10

would allow you to delete the product with product_id = 10.

-Steve