You are here

function asaf_get_id in Asaf (ajax submit for any form) 8

Same name and namespace in other branches
  1. 7 asaf.module \asaf_get_id()
2 calls to asaf_get_id()
asaf_get_area_wrapper_id in ./asaf.module
asaf_handle_buttons in ./asaf.module

File

./asaf.module, line 544
Main module file.

Code

function asaf_get_id($id, &$form_state) {
  asaf_init_prefix($form_state);
  return $form_state['asaf']['id_prefix'] . '-' . $id;
}