PHP Classes

AddLabelPart

Recommend this page to a friend!

      PHP Forms Class with HTML Generator and JavaScript Validation  >  PHP Forms Class with HTML Generator and JavaScript Validation package blog  >  Upcoming Visual HTML ...  >  All threads  >  AddLabelPart  >  (Un) Subscribe thread alerts  
Subject:AddLabelPart
Summary:how to get AddLabelPart as string?
Messages:3
Author:kiril botev
Date:2007-05-29 12:30:49
Update:2007-05-30 15:45:15
 

  1. AddLabelPart   Reply   Report abuse  
Picture of kiril botev kiril botev - 2007-05-29 12:30:49
pls help me to get GetLabelPart($form,array("FOR"=>"element")) or $form->AddInputPart($element[ID]) as string

  2. Re: AddLabelPart   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2007-05-29 22:00:37 - In reply to message 1 from kiril botev
This class does not generate specific parts of the form individually. It generates the whole form at once. It needs to know all the parts you want to adde dto form before it can generate all the necessary HTML or Javascript. This is why you need to add all the form parts before outputting the form.

  3. Re: AddLabelPart   Reply   Report abuse  
Picture of kiril botev kiril botev - 2007-05-30 15:45:15 - In reply to message 2 from Manuel Lemos
10x for your respose