Forums / Setup & design / I want to delete an object without confirmation
nigel dodd
Wednesday 04 January 2006 9:24:34 am
When editing an object using content/edit it is possible to eliminate the confirmation dialog which you get if you cancel the edit session by including
<input type="hidden" name="DiscardConfirm" value="0" />
in the form.
However I cannot find anything similar it you want simply to delete an object. You would then be using a content/action form with ActionRemove button. Looking at action.php there seems to be no capability to turn off the confirmation. I hope you can tell me I am wrong.