[phplib] Re: PHPLIB and ooforms.inc From: Matthew Leingang (leingang <email protected>)
Date: 09/04/00

Mike,

I don't think your description directive is implemented at all.
The of_text::self_show() function simply ignores it.

You can extend the class and handle description however you want.

--Matt

----------------------------------------------------------------
Matthew Leingang http://www.math.rutgers.edu/
Rutgers University leingang <email protected>
Department of Mathematics "This signature needs no quote."

On Mon, 4 Sep 2000, MK wrote:

> I am using ooforms.inc doing something like this:
>
> $form = new form;
>
> $form->add_element(array("description"=>"Vorname",
> "type"=>"text",
> "name"=>"frm_vorname",
> "size"=>25,
> "minlength"=>1,
> "maxlength"=>25,
> "length_e"=>"Bitte Vorname eintragen!"
> ));
>
> The form field gets greated no problem with all the parameters but the
> description does not bet printed..I am stumped. plz advise.
>
> Thnx,
> Mike
>
> [ Part 3: "Included Message" ]
>

---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>