JToolBarHelper/deleteList
From Joomla! Documentation
parameters
Writes a common 'delete' button for a list of records
- @param string Postscript for the 'are you sure' message
- @param string An override for the task
- @param string An override for the alt text
- @since 1.0
function deleteList($msg = , $task = 'remove', $alt = 'Delete')
description
| bool deleteList(string message, string task, string caption) draws the delete button. A Form-Field "boxchecked" is needed. ( joomla v1.5.9 ) |