[Phphtmllib-devel] phphtmllib TODO,1.8,1.9
Status: Beta
Brought to you by:
hemna
From: <he...@us...> - 2004-03-10 22:32:15
|
Update of /cvsroot/phphtmllib/phphtmllib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13978 Modified Files: TODO Log Message: Add the ability to automatically create a hidden form field in the FormProcessor when a FormElement has been disabled. When a <input> is disabled in the browser, the browser never sends it's value when a form is submitted Index: TODO =================================================================== RCS file: /cvsroot/phphtmllib/phphtmllib/TODO,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- TODO 10 Mar 2004 18:38:13 -0000 1.8 +++ TODO 10 Mar 2004 22:14:00 -0000 1.9 @@ -16,3 +16,6 @@ - Add pre_js and post_js methods to the FormProcessor to allow a FormContent and FormElement to place JS before and after the <form> tag, instead of the always before <form> as it is now +- Add the ability to automatically create a hidden form field in the FormProcessor + when a FormElement has been disabled. When a <input> is disabled in the browser, + the browser never sends it's value when a form is submitted. |