Needs work
Project:
Ajax
Version:
6.x-1.9
Component:
Documentation
Priority:
Minor
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
31 Jan 2011 at 11:13 UTC
Updated:
21 Jan 2012 at 08:35 UTC
hi there,
how to add ajax to this form "node_delete_confirm". Have this link in a view and like to refresh the view after deleting(form should show in a modal) . I think simple use this code isn't enought.. :-)
function customise_forms_form_alter(&$form, $form_state,$form_id ) {
}
switch ($form_id) {
case 'node_delete_confirm':
$form['#ajax'] = array(
'enabled' => TRUE
);
break;
}
Comments
Comment #1
Makku01 commentedHiApfel,
did you find any solution for this case? I'b be pleased if you could share it!
Thanks
Markus
Comment #2
brendoncrawford commented