Go to the source code of this file.
Functions | |
| function | add_material (dossier_id, plugin_code, target) |
| javascript More... | |
| function | display_material (dossier_id, f_id, plugin_code, target) |
| function | success_add_material (req) |
| function | error_ajax () |
| function | save_new_material (obj) |
| Answer to a post (or get) in ajax. More... | |
| function | success_save_new_material (req) |
| function | save_modify (obj) |
| function | remove_mat (g_dossier, plugin_code, a_id) |
| function add_material | ( | dossier_id, | |
| plugin_code, | |||
| target | |||
| ) |
javascript
Definition at line 6 of file skel_javascript.js.
References error_ajax(), style, and success_add_material().
| function display_material | ( | dossier_id, | |
| f_id, | |||
| plugin_code, | |||
| target | |||
| ) |
Definition at line 39 of file skel_javascript.js.
References error_ajax(), style, and success_add_material().
| function error_ajax | ( | ) |
Definition at line 77 of file skel_javascript.js.
Referenced by add_material(), display_material(), remove_mat(), and save_new_material().
| function remove_mat | ( | g_dossier, | |
| plugin_code, | |||
| a_id | |||
| ) |
Definition at line 124 of file skel_javascript.js.
References a_id, error_ajax(), and success_add_material().
| function save_modify | ( | obj | ) |
Definition at line 107 of file skel_javascript.js.
| function save_new_material | ( | obj | ) |
Answer to a post (or get) in ajax.
Definition at line 84 of file skel_javascript.js.
References error_ajax(), and success_save_new_material().
| function success_add_material | ( | req | ) |
Definition at line 72 of file skel_javascript.js.
Referenced by add_material(), display_material(), and remove_mat().
| function success_save_new_material | ( | req | ) |
Definition at line 102 of file skel_javascript.js.
References style.
Referenced by save_new_material().
1.8.6