Friday 21 May 2004 12:19:51 am
Hi
I try to make a template that shows a list of nodes. This template may have a "New", "Edit" and "Delete" buttons.
The "New" and "Edit" buttons works, but the "Delete"...
I tried with a submit button with name="RemoveButton" (also with name="ActionRemove"), using two hidden fields called ContentObjectID and NodeID.
The last thing i tried is putting checkboxes with name="DeleteIDArray[]" (with the object.id as the value). Should i put another hidden field? (I am sorry for my poor english) Thanks in advance Cristian
|