[ Index ] |
|
Code source de eGroupWare 1.2.106-2 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
Poids: | 613 lignes (22 kb) |
Inclus ou requis: | 0 fois |
Référencé: | 0 fois |
Nécessite: | 0 fichiers |
ui_adminprocesses:: (7 méthodes):
ui_adminprocesses()
form()
delete_processes()
show_process_config()
show_list_processes()
save_process()
save_config()
Classe: ui_adminprocesses - X-Ref
ui_adminprocesses() X-Ref |
Pas de description |
form() X-Ref |
Shows and processes process form Fields in the database are in the form 'wf_field', whereas in the form just 'field' author: Alejandro Pedraza, Regis Leroy, Michael Bartz |
delete_processes($process_ids) X-Ref |
Pas de description |
show_process_config(&$known_config_items) X-Ref |
* Use the process_config array member which should be already setted. Show a table with a line for each config * value containing [Yes-No/value/select | default] choices. * The parameter is an array containing all known config items and is used to show all config items, as only * the ones changed for this process are stored in process_config. * You should give this function all config_names avaible at process level associated with type which * is 'yesno' or 'text' or an associative array with key 'select' containing an array of the select values * to show (array: key => value) ==> (select: name => value) * You can add titles by giving the title in the config_name and 'title' as type. |
show_list_processes(&$items, $total_number) X-Ref |
Pas de description |
save_process($name, $version, $description, $is_active, &$config_data) X-Ref |
Pas de description |
save_config(&$global_config_data) X-Ref |
This function use the list of known configuration items to parse POSTed config values Theses values are passed to the process->SetConfigValues which know well what to do with them. |
Généré le : Sun Feb 25 17:20:01 2007 | par Balluche grâce à PHPXref 0.7 |