- 🇦🇺Australia VladimirAus Brisbane, Australia
Thank you for contribution. 👍
Drupal 7 is no longer supported. 🤷♂️
Closing as outdated. 🔐
I want to add ajax to check form but it is not working.
$form[$term->tid]['checkbox'] = array(
'#type' => ($multiple) ? 'checkbox' : 'radio',
'#title' => $term->name, // Escaping is done in theme wrappers.
'#value' => $value,
'#return_value' => $term->tid,
'#ajax' => array(
'callback' => 'ajax_example_autocheckboxes_callback',
'wrapper' => 'checkboxes-div',
'method' => 'replace',
'effect' => 'fade',
),
'#required' => FALSE,
'#theme_wrappers' => ($multiple) ? array('taxonomy_manager_tree_checkbox') : array('taxonomy_manager_tree_radio'),
'#highlight' => in_array($term->tid, $terms_to_highlight) ? TRUE : FALSE,
);
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Thank you for contribution. 👍
Drupal 7 is no longer supported. 🤷♂️
Closing as outdated. 🔐