This topic is locked

DELETE CONFIRMATION ALERT MESSAGE

10/22/2010 2:07:41 PM
PHPRunner General questions
P
Phh author

How can I turn off the delete confirmation alert?

Sergey Kornilov admin 10/23/2010

In PHPRunner 5.2 you can add the following code to List page: Before display event:

$xt->assign("deleteselectedlink_attrs", "name=\"delete_selected1\" onclick=\"if($('input[@type=checkbox][@checked][@name^=selection]').length ){ frmAdmin1.submit();} return false;\"");