CluesShop.com

Wednesday, 3 December 2014

Confirmation Dialog box for Delete or not in druapl 7

$form['delete'] = array(
    '#type' => 'submit',
    '#value' => t('Delete'),
    '#attributes' => array('onclick' => 'if(!confirm("Really Delete?")){return false;}'),
);

No comments:

Post a Comment