From 1971ef875e11a19dc18bd007202f239d4388fd78 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 28 Jul 2011 18:57:23 +0000 Subject: [PATCH] Doxygen --- htdocs/lib/ajax.lib.php | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/htdocs/lib/ajax.lib.php b/htdocs/lib/ajax.lib.php index 1d6c000c6a1..7db1908bc49 100644 --- a/htdocs/lib/ajax.lib.php +++ b/htdocs/lib/ajax.lib.php @@ -21,7 +21,7 @@ /** * \file htdocs/lib/ajax.lib.php * \brief Page called by Ajax request for produts - * \version $Id: ajax.lib.php,v 1.58 2011/07/10 18:24:18 hregis Exp $ + * \version $Id: ajax.lib.php,v 1.59 2011/07/28 18:57:23 eldy Exp $ */ @@ -201,7 +201,10 @@ function ajax_dialog($title,$message,$w=350,$h=150) } /** - * Convert combox + * Convert a select html field into an ajax combobox + * + * @param htmlname Name of html field + * @return string Return html string to convert a select field into a combo */ function ajax_combobox($htmlname) { @@ -218,6 +221,7 @@ function ajax_combobox($htmlname) /** * On/off button for constant + * * @param code Name of constant * @param input Input element * TODO add different method for other input (show/hide, disable, ..) @@ -229,7 +233,7 @@ function ajax_constantonoff($code,$input=array()) $out= '