function taxonomy_menu_ahah_path in Taxonomy menu 6.3
AHAH callback for Path Options
1 string reference to 'taxonomy_menu_ahah_path'
- taxonomy_menu_menu in ./
taxonomy_menu.module - Implementation of hook_menu().
File
- ./
taxonomy_menu.admin.inc, line 579 - admin section for taxonomy menu
Code
function taxonomy_menu_ahah_path() {
$form = taxonomy_menu_ahah_helper();
//get the changed elements
taxonomy_menu_ahah_element_helper($form['path_options']);
}