Add custom confirm message to standard Joomla 3.0 admin toolbar button.
I can get alert messages on delete when I don't select any check boxes on the detailed list.
I can get same on any button by set last parameter true in
JToolBarHelper::custom('userdetails.sendMail', 'mail.png', 'mail_f2.png', 'Send Mail', false);
I want to add a confirm message on the click event of this Button.