Page 1 of 1

add delete button

PostPosted: Sat Jan 05, 2008 3:49 am
by chadifa
how to add a delete button near with selected: copy update
i want to delete selected record?

PostPosted: Mon Jan 07, 2008 4:26 pm
by shannah
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