Date: 07/07/00
- Next message: Philippe Paravicini: "RE: [phplib] phplib problems with MSIE 5.x"
- Previous message: Philippe Paravicini: "[phplib] Best use of User variables"
- In reply to: Maurice Jumelet: "[phplib] passwords in oohforms"
- Next in thread: Davor Cengija: "Re: [phplib] passwords in oohforms"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> Maurice Jumelet wrote:
> How do I use password fields in oohforms?
> I had to change:
> rule 234
> - $cv_tab = array("select multiple"=>"select", "image"=>"submit");
> + $cv_tab = array("select multiple"=>"select", "image"=>"submit",
> "password"=>"text");
> to make it work for me.
>
> Is this correct or am I overlooking something?
It' not neccessary:
"type
The type of element this is; can be "submit", "hidden", "text",
"textarea", "select", "radio", "checkbox", or "file".
pass
If set for a text element, renders the html as a password element, i.e.
entry displays as asterisks.",
http://phplib.netuse.de/documentation/documentation-5.html#ss5.3 ->
add_element()
Ulf
---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>
- Next message: Philippe Paravicini: "RE: [phplib] phplib problems with MSIE 5.x"
- Previous message: Philippe Paravicini: "[phplib] Best use of User variables"
- In reply to: Maurice Jumelet: "[phplib] passwords in oohforms"
- Next in thread: Davor Cengija: "Re: [phplib] passwords in oohforms"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

