[Phphtmllib-devel] phphtmllib TODO,1.7,1.8
Status: Beta
Brought to you by:
hemna
From: <he...@us...> - 2004-03-10 18:56:22
|
Update of /cvsroot/phphtmllib/phphtmllib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28674 Modified Files: TODO Log Message: Added an entry for pre_js and post_js for the <form> tag Index: TODO =================================================================== RCS file: /cvsroot/phphtmllib/phphtmllib/TODO,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- TODO 31 Jul 2003 21:49:10 -0000 1.7 +++ TODO 10 Mar 2004 18:38:13 -0000 1.8 @@ -3,9 +3,6 @@ 2.x.x ----- -- finish ImageThumbnailtableWidget -- finish TreeNav widget - - add a function/widget for automatically dumping a db table/schema to an xml file. - Add the display() ability to the base classes to directly output @@ -16,3 +13,6 @@ calendar with today's date selected - Finish the FormWizard class. +- 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 |