function taxonomy_menu_ahah_tids in Taxonomy menu 6.3
Ajax callback for Term Set Form
1 string reference to 'taxonomy_menu_ahah_tids'
- taxonomy_menu_menu in ./
taxonomy_menu.module - Implementation of hook_menu().
File
- ./
taxonomy_menu.admin.inc, line 568 - admin section for taxonomy menu
Code
function taxonomy_menu_ahah_tids() {
$form = taxonomy_menu_ahah_helper();
//get the changed elements
taxonomy_menu_ahah_element_helper($form['terms_wrapper']);
}