function merci_choice_js in MERCI (Manage Equipment Reservations, Checkout and Inventory) 6.2
Same name and namespace in other branches
- 6 merci.module \merci_choice_js()
- 7.2 merci.module \merci_choice_js()
Menu callback for AHAH additions.
1 string reference to 'merci_choice_js'
- merci_menu in ./
merci.module - Implementation of hook_menu().
File
- includes/
menu.inc, line 6
Code
function merci_choice_js() {
list($form, $form_state) = merci_ahah_get_form();
$selected_portion = $form['choice_wrapper'];
merci_ahah_output($selected_portion);
}