Functions to build HTML forms.
authorkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 28 Mar 2004 14:35:37 +0000 (14:35 +0000)
committerkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 28 Mar 2004 14:35:37 +0000 (14:35 +0000)
commit493b168df7926d17bd82995926f75f812f124903
tree865d796165c4fe9251422cd0f24f2131204e2463
parent72520f77e8cd4d3416f07e0c0e9c1476eb99a713
Functions to build HTML forms.
I've created this for another project of mine, and think they come in useful
here. They are kept simple on purpose. Advantage is less typing
[eg addHidden('startMessage', $startMessage)] and everything is encoded
automatically. Could be extended with submit/reset and other form elts
not covered yet.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6912 7612ce4b-ef26-0410-bec9-ea0150e637f0
functions/forms.php [new file with mode: 0644]