Update of /cvsroot/phpwebapp/web_app/doc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20311/doc
Modified Files:
changes.txt
Log Message:
Index: changes.txt
===================================================================
RCS file: /cvsroot/phpwebapp/web_app/doc/changes.txt,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** changes.txt 1 Nov 2005 14:19:57 -0000 1.24
--- changes.txt 31 Jan 2006 08:06:23 -0000 1.25
***************
*** 74,77 ****
--- 74,87 ----
-------------------------------------------------------------------
+
+ * - function formWebObj::add_listbox_rs($rs_id, $arr_options)
+ /**
+ * From the items of the given array create a listbox recordset
+ * (with the fields 'id' and 'label'), and insert it in the $webPage.
+ * $arr_options can be an associated array, a simple array, or mixed.
+ * In case of the associated array, the keys are used as id-s and
+ * the values are used as labels.
+ */
+
-------------------------------------------------------------------
-------------------------------------------------------------------
|