Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
Hi. Tried searching on this, but couldn't find an answer.All I want to do is remove the Pop-Up box that asks "Are you sure you want to Delete"I just want the record to delete if they click delete....
You need to proceed to the Visual Editor and open list page in HTML mode.Remove the code snippet in bold:
onclick="if (confirm('Do you really want to delete these records?')) frmAdmin.submit(); return false;"