function taxonomy_menu_ahah_term_sets in Taxonomy menu 6.3
AHAH callback for associating a term set to a menu group
1 call to taxonomy_menu_ahah_term_sets()
- taxonomy_menu_ahah_term_set_remove in ./
taxonomy_menu.admin.inc - AHAH callback for removing a term set from a menu group
1 string reference to 'taxonomy_menu_ahah_term_sets'
- taxonomy_menu_menu in ./
taxonomy_menu.module - Implementation of hook_menu().
File
- ./
taxonomy_menu.admin.inc, line 589 - admin section for taxonomy menu
Code
function taxonomy_menu_ahah_term_sets() {
$form = taxonomy_menu_ahah_helper();
//get the changed elements
taxonomy_menu_ahah_element_helper($form['term_sets']);
}