Back to Code repository sumary
$table->addActionCol('del'); $table->cols->del->setValue('Delete Row'); $table->cols->del->requireConfirmation('onClick',__("Delete Row?")); $this->intercept($table->cols->del,'afterClick','deleteRow');
2007-02-02: initial contribution by balliano