Skip to content

Instantly share code, notes, and snippets.

@init90
Last active May 5, 2017 07:54
Show Gist options
  • Select an option

  • Save init90/ebf43df88bf94b22097ba2fb08f75b09 to your computer and use it in GitHub Desktop.

Select an option

Save init90/ebf43df88bf94b22097ba2fb08f75b09 to your computer and use it in GitHub Desktop.
Drupal 7, Js for close ctools popup
Drupal.CTools.Modal.dismiss();
$form['cancel'] = array(
'#type' => 'button',
'#value' => t('Cancel'),
'#attributes' => array('onClick' => 'Drupal.CTools.Modal.dismiss();'),
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment