Commit graph

19 commits

Author SHA1 Message Date
tokul
095f4e7565 adding extra attributes support and default css classes to form functions. 2005-06-26 07:43:14 +00:00
tokul
6bdc2b2240 i think, it is better that way. 2005-05-29 08:49:44 +00:00
tokul
67646b20f7 documenting form functions.
adding id tag support to every function instead of using it only in main function.
2005-05-29 08:30:57 +00:00
Fredrik Jervfors
2531f52955 Trimming whitespace and replacing tabs 2005-04-23 12:08:00 +00:00
pdontthink
ebbab19065 Allow extra javascript to be added to checkboxes 2005-03-30 00:48:17 +00:00
pdontthink
289ae066b6 Why weren't tag IDs part of the parameters to these functions in the first place? Sigh. For now, just use the same as the name, which is OK except for radio buttons, which concatenate value onto the name. 2005-03-14 00:06:12 +00:00
Thijs Kinkhorst
a73561b911 Increment year in copyright notice. 2004-12-27 15:04:02 +00:00
Fredrik Jervfors
00d5c9891a Cleanup in comment 2004-10-02 20:27:29 +00:00
tokul
7e398fef72 adding space between cols="number" and $attr.
removing extra double quote.
2004-08-29 16:56:41 +00:00
Fredrik Jervfors
656ef3c870 XHTML fixes 2004-08-14 02:41:12 +00:00
pdontthink
c9b05acf35 extra quote removed 2004-07-14 20:41:41 +00:00
stekkel
abf6bbc461 Rewrite of internal message caching
Added paginator support for asearch
Added next/prev links in read_body to walk through search results
Added individual sort settings / mailbox
Added what I forgot to mention
2004-05-31 20:07:44 +00:00
alex-brainstorm
6ea1a837c2 Use null as default value since value is tested against null. Was breaking search code. 2004-05-10 14:55:23 +00:00
Fredrik Jervfors
9ce601d068 Closing PHP tag and adding some XHTML 2004-05-09 10:19:50 +00:00
tokul
8a3d91bd28 moving forms to separate subpackage. It is easier to dig through functions
when they are splitted into categories
2004-04-12 08:02:15 +00:00
tokul
60435fc01f Don't use htmlentities() to sanitize input/output.
It breaks things outside of Western Europe/US.

Changing functions to use htmlspecialchars(). It still breaks things
in compose, when is_conversion_safe($charset)=true.

at least it breaks less.
2004-04-08 17:09:58 +00:00
jangliss
e4f6cc3969 Password can accept a value as well. 2004-03-31 16:04:53 +00:00
Thijs Kinkhorst
14cc9f11af Add form functions for password, submit and reset. 2004-03-31 11:46:28 +00:00
Thijs Kinkhorst
f6df87c185 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.
2004-03-28 14:35:37 +00:00